SocketPermissionAttribute.Transport 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定由這個 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
。 若要指定一個以上的傳輸類型,請使用額外的屬性宣告陳述式。
備註
這個屬性的可能字串值包括 All、 Connectionless、 ConnectionOriented、 Tcp和 Udp。