MetadataSerializer.WriteProtocolEndpoint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.