MetadataSerializer.WriteWebServiceDescriptorAttributes 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 the web service descriptor attributes.
protected:
virtual void WriteWebServiceDescriptorAttributes(System::Xml::XmlWriter ^ writer, System::IdentityModel::Metadata::WebServiceDescriptor ^ wsDescriptor);
protected virtual void WriteWebServiceDescriptorAttributes (System.Xml.XmlWriter writer, System.IdentityModel.Metadata.WebServiceDescriptor wsDescriptor);
abstract member WriteWebServiceDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.WebServiceDescriptor -> unit
override this.WriteWebServiceDescriptorAttributes : System.Xml.XmlWriter * System.IdentityModel.Metadata.WebServiceDescriptor -> unit
Protected Overridable Sub WriteWebServiceDescriptorAttributes (writer As XmlWriter, wsDescriptor As WebServiceDescriptor)
Parameters
- writer
- XmlWriter
The XML writer.
- wsDescriptor
- WebServiceDescriptor
The web service descriptor.
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.