C# 클래스 System.ServiceModel.Http2Protocol.ProtocolFrames.ControlFrame

Class that represents control frame.
상속: System.ServiceModel.Http2Protocol.ProtocolFrames.BaseFrame
파일 보기 프로젝트 열기: MSOpenTech/HTTP-SPEED-PLUS-MOBILITY 1 사용 예제들

공개 메소드들

메소드 설명
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