C# Class ClientProtocol.ServiceModel.Http2Protocol.ProtocolFrames.SettingsFrame

Inheritance: System.ServiceModel.Http2Protocol.ProtocolFrames.ControlFrame
Show file Open project: MSOpenTech/HTTP-SPEED-PLUS-MOBILITY Class Usage Examples

Public Methods

Method Description
SettingsFrame ( Int32 numberOfEntries ) : System

Initializes a new instance of the SettingsFrame class.

SettingsFrame ( Int32 numberOfEntries, int>.Dictionary KeyValuePairs ) : System

Initializes a new instance of the SettingsFrame class.

Method Details

SettingsFrame() public method

Initializes a new instance of the SettingsFrame class.
public SettingsFrame ( Int32 numberOfEntries ) : System
numberOfEntries System.Int32 The number of Key/Value entries.
return System

SettingsFrame() public method

Initializes a new instance of the SettingsFrame class.
public SettingsFrame ( Int32 numberOfEntries, int>.Dictionary KeyValuePairs ) : System
numberOfEntries System.Int32 The number of Key/Value entries.
KeyValuePairs int>.Dictionary The key value pairs.
return System