共用方式為


SocketPermissionAttribute.Transport 屬性

定義

取得或設定由這個 TransportType 指定的 SocketPermissionAttribute

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

屬性值

字串,包含與這個 TransportType 關聯的 SocketPermissionAttribute

例外狀況

當您嘗試設定此值時,Transport 不是 null。 若要指定一個以上的傳輸類型,請使用額外的屬性宣告陳述式。

備註

這個屬性的可能字串值為、、、、TcpUdpConnectionOrientedConnectionlessAll

適用於