C# Class System.ServiceModel.Http2Protocol.ProtocolFrames.ControlFrame

Class that represents control frame.
Inheritance: System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame
显示文件 Open project: MSOpenTech/HTTP-SPEED-PLUS-MOBILITY Class Usage Examples

Public Methods

Method Description
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.

Method Details

ControlFrame() public method

Initializes a new instance of the ControlFrame class.
public ControlFrame ( ) : System.Collections.Generic
return System.Collections.Generic

ControlFrame() public method

Initializes a new instance of the ControlFrame class.
public ControlFrame ( ProtocolHeaders headers ) : System.Collections.Generic
headers ProtocolHeaders The headers.
return System.Collections.Generic