Owin.Host.MonoHttpListener.RequestProcessing.OwinHttpListenerContext.TryGetWebSocketAccept C# (CSharp) Метод

TryGetWebSocketAccept() публичный Метод

public TryGetWebSocketAccept ( object>.Action &websocketAccept ) : bool
websocketAccept object>.Action
Результат bool
        public bool TryGetWebSocketAccept(ref Action<IDictionary<string, object>, Func<IDictionary<string, object>, Task>> websocketAccept)
        {
            return _owinResponse.TryGetWebSocketAccept(ref websocketAccept);
        }
    }