DiscoveryReference.Resolve Method ()

 

Downloads the referenced document at Url to resolve whether the referenced document is valid.

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

member Resolve : unit -> unit

Exception Condition
InvalidOperationException

The ClientProtocol property is null.

Downloads the referenced document and then invokes the overloaded Resolve member that takes a MIME type and a Stream. If the MIME type and the contents of stream match those expected by the reference type, then the contents of stream are added to the References and Documents properties of ClientProtocol.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: