Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerContext.TryGetWebSocketAccept C# (CSharp) Method

TryGetWebSocketAccept() public method

public TryGetWebSocketAccept ( object>.Action &websocketAccept ) : bool
websocketAccept object>.Action
return bool
        public bool TryGetWebSocketAccept(ref Action<IDictionary<string, object>, Func<IDictionary<string, object>, Task>> websocketAccept)
        {
            return _owinResponse.TryGetWebSocketAccept(ref websocketAccept);
        }
    }