System.Net.WebSockets.WebSocketBase.WebSocketOperation.CloseOutputOperation.CloseOutputOperation C# (CSharp) Méthode

CloseOutputOperation() public méthode

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