HttpListenerResponse Response
HttpListenerContext(HttpConnection cnc)
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment< byte > internalBuffer)
HttpListenerResponse response
void ParseAuthentication(AuthenticationSchemes expectedSchemes)
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync(string subProtocol, TimeSpan keepAliveInterval)
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync(string subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval)
Task< global::System.Net.WebSockets.HttpListenerWebSocketContext > AcceptWebSocketAsync(string subProtocol)
IPrincipal ParseBasicAuthentication(string authData)
HttpListenerRequest request
HttpConnection Connection
HttpListenerRequest Request