共用方式為


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。

適用於