1 instantiation of HttpListenerWebSocketContext
System (1)
net\System\Net\WebSockets\WebSocketHelpers.cs (1)
157webSocketContext = new HttpListenerWebSocketContext(
8 references to HttpListenerWebSocketContext
System (7)
net\System\Net\HttpListenerContext.cs (4)
153public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol) 160public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, TimeSpan keepAliveInterval) 167public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol, 181public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string subProtocol,
net\System\Net\WebSockets\WebSocketHelpers.cs (3)
54internal static Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(HttpListenerContext context, 67private static async Task<HttpListenerWebSocketContext> AcceptWebSocketAsyncCore(HttpListenerContext context, 73HttpListenerWebSocketContext webSocketContext = null;
System.ServiceModel (1)
System\ServiceModel\Channels\HttpRequestContext.cs (1)
807new ArraySegment<byte>(this.webSocketInternalBuffer)).Upcast<HttpListenerWebSocketContext, WebSocketContext>();