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

ソケット クライアント アクセス ポリシー ファイルのダウンロードに使用するプロトコル。

属性

注釈

クライアント SocketClientAccessPolicyProtocol アクセス ポリシー ファイルをダウンロードする方法を指定します。

適用対象