2 writes to ClientContextTakeover
Microsoft.AspNetCore.WebSockets (1)
HandshakeHelpers.cs (1)
114
parsedOptions.
ClientContextTakeover
= false;
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
323
options.
ClientContextTakeover
= false;
3 references to ClientContextTakeover
System.Net.WebSockets (2)
System\Net\WebSockets\ManagedWebSocket.cs (2)
213
_inflater = new WebSocketInflater(deflateOptions.ClientMaxWindowBits, deflateOptions.
ClientContextTakeover
);
219
_deflater = new WebSocketDeflater(deflateOptions.ClientMaxWindowBits, deflateOptions.
ClientContextTakeover
);
System.Net.WebSockets.Client (1)
System\Net\WebSockets\WebSocketHandle.Managed.cs (1)
425
if (!options.
ClientContextTakeover
)