C# 클래스 System.Net.HttpListenerContext

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Abort void
AcceptWebSocketAsync Task
CancelRequest void
Close void
ForceCancelRequest void
GetKnownMethod Interop.HttpApi.HTTP_VERB
HttpListenerContext System.Security.Principal
SetAuthenticationHeaders void
SetIdentity void

공개 메소드들

메소드 설명
AcceptWebSocketAsync ( string subProtocol ) : Task
AcceptWebSocketAsync ( string subProtocol, System.TimeSpan keepAliveInterval ) : Task
AcceptWebSocketAsync ( string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval ) : Task

비공개 메소드들

메소드 설명
Abort ( ) : void
AcceptWebSocketAsync ( string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval, ArraySegment internalBuffer ) : Task
CancelRequest ( SafeHandle requestQueueHandle, ulong requestId ) : void
Close ( ) : void
ForceCancelRequest ( SafeHandle requestQueueHandle, ulong requestId ) : void
GetKnownMethod ( ) : Interop.HttpApi.HTTP_VERB
HttpListenerContext ( HttpListener httpListener, RequestContextBase memoryBlob ) : System.Security.Principal
SetAuthenticationHeaders ( ) : void
SetIdentity ( IPrincipal principal, string mutualAuthentication ) : void

메소드 상세

AcceptWebSocketAsync() 공개 메소드

public AcceptWebSocketAsync ( string subProtocol ) : Task
subProtocol string
리턴 Task

AcceptWebSocketAsync() 공개 메소드

public AcceptWebSocketAsync ( string subProtocol, System.TimeSpan keepAliveInterval ) : Task
subProtocol string
keepAliveInterval System.TimeSpan
리턴 Task

AcceptWebSocketAsync() 공개 메소드

public AcceptWebSocketAsync ( string subProtocol, int receiveBufferSize, System.TimeSpan keepAliveInterval ) : Task
subProtocol string
receiveBufferSize int
keepAliveInterval System.TimeSpan
리턴 Task