C# Класс ClientProtocol.ServiceModel.Http2Protocol.ProtocolFrames.SettingsFrame

Наследование: System.ServiceModel.Http2Protocol.ProtocolFrames.ControlFrame
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

SettingsFrame() публичный Метод

Initializes a new instance of the SettingsFrame class.
public SettingsFrame ( Int32 numberOfEntries ) : System
numberOfEntries System.Int32 The number of Key/Value entries.
Результат System

SettingsFrame() публичный Метод

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.
Результат System