SocketsHttpHandler.InitialHttp2StreamWindowSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the initial HTTP2 stream receive window size for all connections opened by the this SocketsHttpHandler.
public:
property int InitialHttp2StreamWindowSize { int get(); void set(int value); };
public int InitialHttp2StreamWindowSize { get; set; }
member this.InitialHttp2StreamWindowSize : int with get, set
Public Property InitialHttp2StreamWindowSize As Integer
Property Value
Remarks
Larger the values may lead to faster download speed, but potentially higher memory footprint. The property must be set to a value between 65535 and the configured maximum window size, which is 16777216 by default.
Applies to
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.