HttpOperationBinding::Location Property

 

Gets or sets the URL relative to the location specified by the HttpAddressBinding, within the Web Services Description Language (WSDL) document, of the operation supported by the HttpOperationBinding.

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^

An unencoded string representing the relative path. The default value is an empty string ("").

.NET Framework
Available since 1.1
Return to top
Show: