HttpOperationBinding.Location 属性

定义

获取或设置 HttpAddressBinding 所支持的操作的 URL,该 URL 相对于由 HttpOperationBinding 在 Web 服务描述语言 (WSDL) 文档中指定的位置。

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

属性值

表示相对路径的未编码的字符串。 默认值为空字符串 ("")。

适用于