3 references to SubProtocol
Microsoft.AspNetCore.Owin (3)
WebSockets\OwinWebSocketAcceptAdapter.cs (1)
61
{ OwinConstants.WebSocket.
SubProtocol
, context.SubProtocol }
WebSockets\OwinWebSocketAcceptContext.cs (2)
37
if (_options != null && _options.TryGetValue(OwinConstants.WebSocket.
SubProtocol
, out obj))
49
_options[OwinConstants.WebSocket.
SubProtocol
] = value;