C# 클래스 WebSocketSharp.Net.WebSockets.TcpListenerWebSocketContext

Provides the properties used to access the information in a WebSocket connection request received by the TcpListener.
상속: WebSocketContext
파일 보기 프로젝트 열기: uken/websocket-sharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
Close void
Close void
SendAuthChallenge void
SetUser void
TcpListenerWebSocketContext System
createRequestUri System.Uri

공개 메소드들

메소드 설명
ToString ( ) : string

Returns a string that represents the current TcpListenerWebSocketContext.

비공개 메소드들

메소드 설명
Close ( ) : void
Close ( HttpStatusCode code ) : void
SendAuthChallenge ( string challenge ) : void
SetUser ( AuthenticationSchemes expectedScheme, string realm, NetworkCredential>.Func credentialsFinder ) : void
TcpListenerWebSocketContext ( TcpClient client, X509Certificate cert, bool secure, System.Logger logger ) : System
createRequestUri ( ) : Uri

메소드 상세

ToString() 공개 메소드

Returns a string that represents the current TcpListenerWebSocketContext.
public ToString ( ) : string
리턴 string