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