WebSocket.CreateClientBuffer(Int32, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立要與這個 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
傳送緩衝區的大小 (以位元組為單位)。
傳回
具有用戶端緩衝區的陣列。