Share via


WebSocket.CreateServerBuffer(Int32) Yöntem

Tanım

WebSocket sunucu arabelleği oluşturur.

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

Parametreler

receiveBufferSize
Int32

İstenen arabelleğin bayt cinsinden boyutu.

Döndürülenler

ArraySegment<T> döndürür.

Şunlara uygulanır