DiscoveryDocumentReference Constructor (String^)

 

Initializes a new instance of the DiscoveryDocumentReference class, setting the Ref property to the value of href.

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

public:
DiscoveryDocumentReference(
	String^ href
)

Parameters

href
Type: System::String^

Reference to a discovery document. The Ref property is set to the value of href.

DiscoveryDocumentReference^ myDiscoveryDocumentReference = 
   gcnew DiscoveryDocumentReference( 
   "http://localhost/Sample_cpp.disco" );

.NET Framework
Available since 1.1
Return to top
Show: