This documentation is archived and is not being maintained.

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.

[Visual Basic]
Public Property Location As String
[C#]
public string Location {get; set;}
[C++]
public: __property String* get_Location();
public: __property void set_Location(String*);
[JScript]
public function get Location() : String;
public function set Location(String);

Property Value

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

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

HttpOperationBinding Class | HttpOperationBinding Members | System.Web.Services.Description Namespace

Show: