SoapAddressBinding::Location Property

 

Gets or sets a value representing the URI for the Port to which the SoapAddressBinding applies.

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 containing a URI. The default value is an empty string ("").

SoapBinding_SoapOperationBinding#12

.NET Framework
Available since 1.1
Return to top
Show: