SocketAsyncEventArgs.SocketClientAccessPolicyProtocol 屬性

定義

警告

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

取得或設定要用來下載通訊端用戶端存取原則檔的通訊協定。

public:
 property System::Net::Sockets::SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { System::Net::Sockets::SocketClientAccessPolicyProtocol get(); void set(System::Net::Sockets::SocketClientAccessPolicyProtocol value); };
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public System.Net.Sockets.SocketClientAccessPolicyProtocol SocketClientAccessPolicyProtocol { get; set; }
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
member this.SocketClientAccessPolicyProtocol : System.Net.Sockets.SocketClientAccessPolicyProtocol with get, set
Public Property SocketClientAccessPolicyProtocol As SocketClientAccessPolicyProtocol

屬性值

要用來下載通訊端用戶端存取原則檔案的通訊協定。

屬性

備註

SocketClientAccessPolicyProtocol指定下載用戶端存取原則檔案的方法。

適用於