MetadataLocation Constructors

Definition

Initializes a new instance of the MetadataLocation class.

Overloads

MetadataLocation()

Initializes a new instance of the MetadataLocation class.

MetadataLocation(String)

Initializes a new instance of the MetadataLocation class that assigns the specified metadata location to the Location property.

MetadataLocation()

Source:
MetadataLocation.cs
Source:
MetadataLocation.cs
Source:
MetadataLocation.cs

Initializes a new instance of the MetadataLocation class.

public:
 MetadataLocation();
public MetadataLocation ();
Public Sub New ()

Remarks

Creates a new MetadataLocation.

Applies to

MetadataLocation(String)

Source:
MetadataLocation.cs
Source:
MetadataLocation.cs
Source:
MetadataLocation.cs

Initializes a new instance of the MetadataLocation class that assigns the specified metadata location to the Location property.

public:
 MetadataLocation(System::String ^ location);
public MetadataLocation (string location);
new System.ServiceModel.Description.MetadataLocation : string -> System.ServiceModel.Description.MetadataLocation
Public Sub New (location As String)

Parameters

location
String

The address of the metadata documents.

Remarks

Creates a new MetadataLocation from the location value.

Applies to