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 액세스 정책 파일을 다운로드하는 메서드를 지정합니다.

적용 대상