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 Sub New (
	href As String
)

Parameters

href
Type: System.String

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

Dim myDiscoveryDocumentReference As New _
    DiscoveryDocumentReference("http://localhost/Sample_vb.disco")

.NET Framework
Available since 1.1
Return to top
Show: