EndpointAddress10::GetSchema Method (XmlSchemaSet^)
Returns an XML-qualified name that describes the XML representation of the version 1.0 endpoint address from a specified cached schema.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- xmlSchemaSet
-
Type:
System.Xml.Schema::XmlSchemaSet^
A XmlSchema that contains a cache of the XML schema definition language (XSD) schemas for the endpoint address.
Return Value
Type: System.Xml::XmlQualifiedName^A XmlQualifiedName that describes the XML representation of the endpoint address.
| Exception | Condition |
|---|---|
| ArgumentNullException | xmlSchemaSet is null. |
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.
Available since 3.0