C# Class System.Net.WebSockets.WebSocketBase.WebSocketOperation.CloseOutputOperation

Inheritance: SendOperation
显示文件 Open project: dotnet/corefx

Private Properties

Property Type Description

Public Methods

Method Description
CloseOutputOperation ( WebSocketBase webSocket ) : System.Collections.Generic

Protected Methods

Method Description
CreateBuffer ( Nullable buffer ) : Nullable

Method Details

CloseOutputOperation() public method

public CloseOutputOperation ( WebSocketBase webSocket ) : System.Collections.Generic
webSocket WebSocketBase
return System.Collections.Generic

CreateBuffer() protected method

protected CreateBuffer ( Nullable buffer ) : Nullable
buffer Nullable
return Nullable