SoapAddressBinding.Location 属性

定义

获取或设置一个值,该值表示 Port 所应用于的 SoapAddressBinding 的 URI。

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

包含一个 URI 的字符串。 默认值为空字符串 ("")。

示例

SoapBinding_SoapOperationBinding#12

适用于