C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpeudp.OutPacketState

Indicate the state of sending source packet.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Acknowledged bool
Packet RdpeudpPacket
SendTime System.DateTime
estimatedRTT bool
retransmitTimes int

공개 메소드들

메소드 설명
OutPacketState ( ) : System

메소드 상세

OutPacketState() 공개 메소드

public OutPacketState ( ) : System
리턴 System

프로퍼티 상세

Acknowledged 공개적으로 프로퍼티

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

Packet 공개적으로 프로퍼티

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

SendTime 공개적으로 프로퍼티

Send Time.
public DateTime,System SendTime
리턴 System.DateTime

estimatedRTT 공개적으로 프로퍼티

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

retransmitTimes 공개적으로 프로퍼티

Times that this packet have been retransmitted.
public int retransmitTimes
리턴 int