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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.