SoapBinding.Transport Property

Definition

Gets or sets the URI with the specification for HTTP transmission of SOAP data.

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

Property Value

A string value representing the URI for the specification for data transmission by means of SOAP. The default is an empty string ("").

Examples

SoapBinding_SoapOperationBinding#2

Remarks

This required property value will generally be the same as that of the HttpTransport field. However, this property value can be any URI for data-transmission specifications, for example, SMTP or FTP.

Applies to