EndpointAddress10.GetSchema(XmlSchemaSet) Method

Definition

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

public static System.Xml.XmlQualifiedName GetSchema (System.Xml.Schema.XmlSchemaSet xmlSchemaSet);

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

Producto Versiones
.NET Framework 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1