C# Class 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.
Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
count1 byte
count2 byte
period byte
reserved byte

Méthodes publiques

Méthode Description
Clone ( ) : StackPacket
Server_Heartbeat_PDU ( ) : System
Server_Heartbeat_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
ToBytes ( ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Heartbeat_PDU() public méthode

public Server_Heartbeat_PDU ( ) : System
Résultat System

Server_Heartbeat_PDU() public méthode

public Server_Heartbeat_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Résultat System

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

count1 public_oe property

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
Résultat byte

count2 public_oe property

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
Résultat byte

period public_oe property

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

reserved public_oe property

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