DiscoveryDocument Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCanRead(XmlReader^)

Returns a value indicating whether the passed XmlReader can be deserialized into a DiscoveryDocument.

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^)

Reads and returns a DiscoveryDocument from the passed Stream.

System_CAPS_pubmethodSystem_CAPS_staticRead(TextReader^)

Reads and returns a DiscoveryDocument from the passed TextReader.

System_CAPS_pubmethodSystem_CAPS_staticRead(XmlReader^)

Reads and returns a DiscoveryDocument from the passed XmlReader.

System_CAPS_pubmethodToString()

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

System_CAPS_pubmethodWrite(Stream^)

Writes this DiscoveryDocument into the passed Stream.

System_CAPS_pubmethodWrite(TextWriter^)

Writes this DiscoveryDocument into the passed TextWriter.

System_CAPS_pubmethodWrite(XmlWriter^)

Writes this DiscoveryDocument into the passed XmlWriter.

Return to top
Show: