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

CloseOutputOperation() public method

public CloseOutputOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
return System.Collections.Generic
                public CloseOutputOperation(WebSocketBase webSocket)
                    : base(webSocket)
                {
                    BufferType = WebSocketProtocolComponent.BufferType.Close;
                }
WebSocketBase.WebSocketOperation.CloseOutputOperation