SoapBinding.Transport 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 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。