ClientWebSocketOptions.SetBuffer 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클라이언트 버퍼 매개 변수를 설정합니다.
오버로드
SetBuffer(Int32, Int32) |
클라이언트 버퍼 매개 변수를 설정합니다. |
SetBuffer(Int32, Int32, ArraySegment<Byte>) |
클라이언트 버퍼 매개 변수를 설정합니다. |
SetBuffer(Int32, Int32)
- Source:
- ClientWebSocketOptions.cs
- Source:
- ClientWebSocketOptions.cs
- Source:
- ClientWebSocketOptions.cs
클라이언트 버퍼 매개 변수를 설정합니다.
public:
void SetBuffer(int receiveBufferSize, int sendBufferSize);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public void SetBuffer (int receiveBufferSize, int sendBufferSize);
public void SetBuffer (int receiveBufferSize, int sendBufferSize);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.SetBuffer : int * int -> unit
member this.SetBuffer : int * int -> unit
Public Sub SetBuffer (receiveBufferSize As Integer, sendBufferSize As Integer)
매개 변수
- receiveBufferSize
- Int32
클라이언트 수신 버퍼의 크기(바이트)입니다.
- sendBufferSize
- Int32
클라이언트 송신 버퍼의 크기(바이트)입니다.
- 특성
적용 대상
SetBuffer(Int32, Int32, ArraySegment<Byte>)
- Source:
- ClientWebSocketOptions.cs
- Source:
- ClientWebSocketOptions.cs
- Source:
- ClientWebSocketOptions.cs
클라이언트 버퍼 매개 변수를 설정합니다.
public:
void SetBuffer(int receiveBufferSize, int sendBufferSize, ArraySegment<System::Byte> buffer);
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public void SetBuffer (int receiveBufferSize, int sendBufferSize, ArraySegment<byte> buffer);
public void SetBuffer (int receiveBufferSize, int sendBufferSize, ArraySegment<byte> buffer);
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.SetBuffer : int * int * ArraySegment<byte> -> unit
member this.SetBuffer : int * int * ArraySegment<byte> -> unit
Public Sub SetBuffer (receiveBufferSize As Integer, sendBufferSize As Integer, buffer As ArraySegment(Of Byte))
매개 변수
- receiveBufferSize
- Int32
클라이언트 수신 버퍼의 크기(바이트)입니다.
- sendBufferSize
- Int32
클라이언트 송신 버퍼의 크기(바이트)입니다.
- buffer
- ArraySegment<Byte>
사용할 수신 버퍼입니다.
- 특성
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET