C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_Heartbeat_PDU

The Heartbeat PDU is sent by the server to the client and allows the client to monitor the state of the connection to the server in real time.
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
commonHeader SlowPathPduCommonHeader
count1 byte
count2 byte
period byte
reserved byte

공개 메소드들

메소드 설명
Clone ( ) : StackPacket
Server_Heartbeat_PDU ( ) : System
Server_Heartbeat_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
ToBytes ( ) : byte[]

메소드 상세

Clone() 공개 메소드

public Clone ( ) : StackPacket
리턴 StackPacket

Server_Heartbeat_PDU() 공개 메소드

public Server_Heartbeat_PDU ( ) : System
리턴 System

Server_Heartbeat_PDU() 공개 메소드

public Server_Heartbeat_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
리턴 System

ToBytes() 공개 메소드

public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

commonHeader 공개적으로 프로퍼티

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
리턴 SlowPathPduCommonHeader

count1 공개적으로 프로퍼티

An 8-bit unsigned integer that specifies how many missed heartbeats SHOULD trigger a client-side warning. The client MAY ignore this value.
public byte count1
리턴 byte

count2 공개적으로 프로퍼티

An 8-bit unsigned integer that specifies how many missed heartbeats SHOULD trigger a client-side reconnection attempt. The client MAY ignore this value.
public byte count2
리턴 byte

period 공개적으로 프로퍼티

An 8-bit unsigned integer that specifies the time (in seconds) between Heartbeat PDUs.
public byte period
리턴 byte

reserved 공개적으로 프로퍼티

An 8-bit unsigned integer reserved for future use. This field MUST be set to zero.
public byte reserved
리턴 byte