SchemaReference Methods
.NET Framework (current version)
Namespace:
System.Web.Services.Discovery
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 XSD schema 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.) |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
![]() | WriteDocument(Object^, Stream^) | Writes the passed XSD schema into the passed Stream.(Overrides DiscoveryReference::WriteDocument(Object^, Stream^).) |
Show:

