Table of Contents

Class PeerSetting

Namespace
Fluxzy.Clients.H2
Assembly
Fluxzy.Core.dll
public class PeerSetting
Inheritance
PeerSetting
Inherited Members

Properties

Default

public static PeerSetting Default { get; }

Property Value

PeerSetting

EnablePush

public bool EnablePush { get; }

Property Value

bool

MaxFrameSize

public int MaxFrameSize { get; set; }

Property Value

int

MaxHeaderLine

public int MaxHeaderLine { get; set; }

Property Value

int

MaxHeaderListSize

public int MaxHeaderListSize { get; set; }

Property Value

int

SettingsMaxConcurrentStreams

public int SettingsMaxConcurrentStreams { get; set; }

Property Value

int

WindowSize

public int WindowSize { get; set; }

Property Value

int