System.Net.WebSockets.WebSocketBase.WebSocketOperation.CloseOutputOperation.CloseOutputOperation C# (CSharp) Метод

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

public CloseOutputOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
Результат System.Collections.Generic
                public CloseOutputOperation(WebSocketBase webSocket)
                    : base(webSocket)
                {
                    BufferType = WebSocketProtocolComponent.BufferType.Close;
                }
WebSocketBase.WebSocketOperation.CloseOutputOperation