HttpAddressBinding::Location Property

 

Gets or sets a value representing the URL of the XML Web service.

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

public:
property String^ Location {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string specifying the URI for the Port. The default value is an empty string ("").

WebServices_HttpBinding#4

.NET Framework
Available since 1.1
Return to top
Show: