SoapBinding.Transport 属性

定义

获取或设置 SOAP 数据的 HTTP 传输规范的 URI。

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

属性值

字符串值,表示使用 SOAP 的数据传输规范的 URI。 默认值为空字符串("")。

示例

SoapBinding_SoapOperationBinding#2

注解

此必需属性值通常与 字段的 HttpTransport 属性值相同。 但是,此属性值可以是数据传输规范的任何 URI,例如 SMTP 或 FTP。

适用于