Edit

Share via


MetadataSerializer.WriteProtocolEndpoint Method

Definition

Writes an endpoint.

protected:
 virtual void WriteProtocolEndpoint(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::ProtocolEndpoint ^ endpoint, System::Xml::XmlQualifiedName ^ element);
protected virtual void WriteProtocolEndpoint (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.ProtocolEndpoint endpoint, System.Xml.XmlQualifiedName element);
abstract member WriteProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.ProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
override this.WriteProtocolEndpoint : System.Xml.XmlWriter * System.IdentityModel.Metadata.ProtocolEndpoint * System.Xml.XmlQualifiedName -> unit
Protected Overridable Sub WriteProtocolEndpoint (writer As XmlWriter, endpoint As ProtocolEndpoint, element As XmlQualifiedName)

Parameters

writer
XmlWriter

The XML writer.

endpoint
ProtocolEndpoint

The endpoint.

element
XmlQualifiedName

The xml qualified name element.

Exceptions

writer is null.

-or-

endpoint is null.

-or-

element is null.

Applies to