C# Класс WebSocketSharp.Net.WebSockets.TcpListenerWebSocketContext

Provides the properties used to access the information in a WebSocket connection request received by the TcpListener.
Наследование: WebSocketContext
Показать файл Открыть проект Примеры использования класса

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