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