WebSocket.CreateClientBuffer(Int32, Int32) メソッド

定義

この WebSocket インスタンスを使用するようにクライアント バッファーを作成します。

public:
 static ArraySegment<System::Byte> CreateClientBuffer(int receiveBufferSize, int sendBufferSize);
public static ArraySegment<byte> CreateClientBuffer (int receiveBufferSize, int sendBufferSize);
static member CreateClientBuffer : int * int -> ArraySegment<byte>
Public Shared Function CreateClientBuffer (receiveBufferSize As Integer, sendBufferSize As Integer) As ArraySegment(Of Byte)

パラメーター

receiveBufferSize
Int32

クライアント受信バッファーのサイズ (バイト単位)。

sendBufferSize
Int32

送信バッファーのサイズ (バイト単位)。

戻り値

クライアント バッファーから成る配列。

適用対象