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

The RDP_NETCHAR_RESULTS structure is used by the server to send detected network characteristics to the client.
상속: NETWORK_DETECTION_REQUEST
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
averageRTT uint
bandwidth uint
baseRTT uint

공개 메소드들

메소드 설명
Clone ( ) : NETWORK_DETECTION_REQUEST

메소드 상세

Clone() 공개 메소드

public Clone ( ) : NETWORK_DETECTION_REQUEST
리턴 NETWORK_DETECTION_REQUEST

프로퍼티 상세

averageRTT 공개적으로 프로퍼티

An optional 32-bit unsigned integer that specifies the current average round-trip time in milliseconds.
public uint averageRTT
리턴 uint

bandwidth 공개적으로 프로퍼티

An optional 32-bit unsigned integer that specifies the current bandwidth in kilobits per second.
public uint bandwidth
리턴 uint

baseRTT 공개적으로 프로퍼티

An optional 32-bit unsigned integer that specifies the lowest detected round-trip time in milliseconds.
public uint baseRTT
리턴 uint