C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RDP_RTT_REQUEST

The RDP_RTT_REQUEST structure is used to initiate a round-trip time measurement operation.
Inheritance: NETWORK_DETECTION_REQUEST
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
sendTime System.DateTime

Public Methods

Method Description
Clone ( ) : NETWORK_DETECTION_REQUEST

Method Details

Clone() public method

public Clone ( ) : NETWORK_DETECTION_REQUEST
return NETWORK_DETECTION_REQUEST

Property Details

sendTime public_oe property

The time(millisecond) of send this pdu, used to calculate RTT.
public DateTime,System sendTime
return System.DateTime