HttpAddressBinding.Location 属性

定义

获取或设置表示 XML Web services 的 URL 的值。

public:
 property System::String ^ Location { System::String ^ get(); void set(System::String ^ value); };
public string Location { get; set; }
member this.Location : string with get, set
Public Property Location As String

属性值

String

指定 Port 的 URI 的字符串。 默认值为空字符串 ("")。

示例

WebServices_HttpBinding#4

适用于