Http2Limits.InitialStreamWindowSize Property

Definition

Indicates how much request body data the server is willing to receive and buffer at a time per stream. Note connections are also limited by InitialConnectionWindowSize

Value must be greater than or equal to 65,535 and less than 2^31, defaults to 96 kb.

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

Property Value

Int32

Applies to