다음을 통해 공유


WebSocketDeflateOptions.ServerMaxWindowBits 속성

정의

이 매개 변수는 서버에서 메시지를 압축하고 클라이언트가 메시지를 압축 해제하는 데 사용하는 LZ77 슬라이딩 윈도우 크기에 대한 base-2 로그를 나타냅니다. 9에서 15 사이의 값이어야 합니다. 기본값은 15입니다.

public:
 property int ServerMaxWindowBits { int get(); void set(int value); };
public int ServerMaxWindowBits { get; set; }
member this.ServerMaxWindowBits : int with get, set
Public Property ServerMaxWindowBits As Integer

속성 값

설명

https://tools.ietf.org/html/rfc7692#section-7.1.2.1

적용 대상