C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.OutPacketState

Indicate the state of sending source packet.
Mostra file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
Acknowledged bool
Packet RdpeudpPacket
SendTime System.DateTime
estimatedRTT bool
retransmitTimes int

Public Methods

Method Description
OutPacketState ( ) : System

Method Details

OutPacketState() public method

public OutPacketState ( ) : System
return System

Property Details

Acknowledged public_oe property

Indicate if this packet acknowledged by remote endpoint.
public bool Acknowledged
return bool

Packet public_oe property

The sending packet.
public RdpeudpPacket,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp Packet
return RdpeudpPacket

SendTime public_oe property

Send Time.
public DateTime,System SendTime
return System.DateTime

estimatedRTT public_oe property

Whether this packet has been used to estimate RTT one packet only can be used to estimate RTT once
public bool estimatedRTT
return bool

retransmitTimes public_oe property

Times that this packet have been retransmitted.
public int retransmitTimes
return int