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

송신 버퍼의 크기(바이트)입니다.

반환

ArraySegment<Byte>

클라이언트 버퍼가 있는 배열입니다.

적용 대상