ServiceDescription Methods

 

Namespace:   System.Web.Services.Description
Assembly:  System.Web.Services (in System.Web.Services.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCanRead(XmlReader^)

Gets a value that indicates whether an XmlReader represents a valid Web Services Description Language (WSDL) file that can be parsed.

System_CAPS_pubmethodEquals(Object^)

Determines whether the specified object is equal to the current object.(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

Serves as the default hash function. (Inherited from Object.)

System_CAPS_pubmethodGetType()

Gets the Type of the current instance.(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^)

Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.

System_CAPS_pubmethodSystem_CAPS_staticRead(Stream^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from a Stream instance.

System_CAPS_pubmethodSystem_CAPS_staticRead(String^)

Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.

System_CAPS_pubmethodSystem_CAPS_staticRead(String^, Boolean)

Initializes an instance of a ServiceDescription object by directly loading the XML from the specified file.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^)

Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from a TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^)

Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^, Boolean)

Initializes an instance of the ServiceDescription class by directly loading the XML from an XmlReader.

System_CAPS_pubmethodToString()

Returns a string that represents the current object.(Inherited from Object.)

System_CAPS_pubmethodWrite(Stream^)

Writes out the ServiceDescription to the specified Stream.

System_CAPS_pubmethodWrite(String^)

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the specified path.

System_CAPS_pubmethodWrite(TextWriter^)

Writes out the ServiceDescription as a Web Services Description Language (WSDL) file to the TextWriter.

System_CAPS_pubmethodWrite(XmlWriter^)

Writes out the ServiceDescription to the XmlWriter as a Web Services Description Language (WSDL) file.

Return to top
Show: