1 instantiation of HttpListenerWebSocketContext
System.Net.HttpListener (1)
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (1)
61HttpListenerWebSocketContext webSocketContext = new HttpListenerWebSocketContext(
8 references to HttpListenerWebSocketContext
netstandard (1)
netstandard.cs (1)
1310[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.HttpListenerWebSocketContext))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
802[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.WebSockets.HttpListenerWebSocketContext))]
System.Net.HttpListener (6)
System\Net\HttpListenerContext.cs (2)
25public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string? subProtocol) 30public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string? subProtocol, TimeSpan keepAliveInterval)
System\Net\Managed\HttpListenerContext.Managed.cs (2)
89public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string? subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval) 94public Task<HttpListenerWebSocketContext> AcceptWebSocketAsync(string? subProtocol, int receiveBufferSize, TimeSpan keepAliveInterval, ArraySegment<byte> internalBuffer)
System\Net\Managed\WebSockets\HttpWebSocket.Managed.cs (2)
12internal static async Task<HttpListenerWebSocketContext> AcceptWebSocketAsyncCore(HttpListenerContext context, 61HttpListenerWebSocketContext webSocketContext = new HttpListenerWebSocketContext(