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);
        }
    }