C# 클래스 ClientProtocol.ServiceModel.Http2Protocol.ProtocolFrames.SettingsFrame

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

공개 메소드들

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