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

Class that represents control frame.
Inheritance: System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame
Afficher le fichier Open project: MSOpenTech/HTTP-SPEED-PLUS-MOBILITY Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

ControlFrame() public méthode

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