WebSocketBuffer.CreateInternalBufferArraySegment Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
public:
static ArraySegment<System::Byte> CreateInternalBufferArraySegment(int receiveBufferSize, int sendBufferSize, bool isServerBuffer);
public static ArraySegment<byte> CreateInternalBufferArraySegment(int receiveBufferSize, int sendBufferSize, bool isServerBuffer);
static member CreateInternalBufferArraySegment : int * int * bool -> ArraySegment<byte>
Public Shared Function CreateInternalBufferArraySegment (receiveBufferSize As Integer, sendBufferSize As Integer, isServerBuffer As Boolean) As ArraySegment(Of Byte)
Parâmetros
- receiveBufferSize
- Int32
- sendBufferSize
- Int32
- isServerBuffer
- Boolean