C# Класс System.ServiceModel.Http2Protocol.ProtocolFrames.ControlFrame

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

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

Метод Описание
ControlFrame ( ) : System.Collections.Generic

Initializes a new instance of the ControlFrame class.

ControlFrame ( ProtocolHeaders headers ) : System.Collections.Generic

Initializes a new instance of the ControlFrame class.

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

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

Initializes a new instance of the ControlFrame class.
public ControlFrame ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Initializes a new instance of the ControlFrame class.
public ControlFrame ( ProtocolHeaders headers ) : System.Collections.Generic
headers ProtocolHeaders The headers.
Результат System.Collections.Generic