EndpointAddressAugust2004.GetSchema(XmlSchemaSet) Method

Definition

Returns an XML-qualified name that describes the XML representation of the version 1 endpoint address from a specified cached schema.

public:
 static System::Xml::XmlQualifiedName ^ GetSchema(System::Xml::Schema::XmlSchemaSet ^ xmlSchemaSet);
public static System.Xml.XmlQualifiedName GetSchema (System.Xml.Schema.XmlSchemaSet xmlSchemaSet);
static member GetSchema : System.Xml.Schema.XmlSchemaSet -> System.Xml.XmlQualifiedName
Public Shared Function GetSchema (xmlSchemaSet As XmlSchemaSet) As XmlQualifiedName

Parameters

xmlSchemaSet
XmlSchemaSet

A XmlSchema that contains a cache of the XML schema definition language (XSD) schemas for the endpoint address.

Returns

A XmlQualifiedName that describes the XML representation of the endpoint address.

Exceptions

xmlSchemaSet is null.

Remarks

This method is required by the serialization contract. It must be public to be seen by the XmlSerializer. It is not intended to be called by developers.

Applies to