DiscoveryDocumentReference Methods
Assembly: System.Web.Services (in System.Web.Services.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ReadDocument(Stream) | Reads and returns the discovery document from the passed Stream.(Overrides DiscoveryReference.ReadDocument(Stream).) |
![]() | Resolve() | Downloads the referenced document at Url to resolve whether the referenced document is valid.(Inherited from DiscoveryReference.) |
![]() | Resolve(String, Stream) | Resolves whether the referenced document is valid.(Inherited from DiscoveryReference.) |
![]() | ResolveAll() | Verifies that all referenced documents within the discovery document are valid. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteDocument(Object, Stream) | Writes the passed DiscoveryDocument into the passed Stream.(Overrides DiscoveryReference.WriteDocument(Object, Stream).) |

