System.Net.WebSockets.WebSocketBase.WebSocketOperation.WebSocketOperation C# (CSharp) Method

WebSocketOperation() private method

private WebSocketOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
return System.Collections.Generic
            internal WebSocketOperation(WebSocketBase webSocket)
            {
                Debug.Assert(webSocket != null, "'webSocket' MUST NOT be NULL.");
                _webSocket = webSocket;
                AsyncOperationCompleted = false;
            }