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

The RDP_BW_STOP structure is used to stop a bandwidth measurement operation.
상속: NETWORK_DETECTION_REQUEST
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
payload byte[]
payloadLength ushort

공개 메소드들

메소드 설명
Clone ( ) : NETWORK_DETECTION_REQUEST

메소드 상세

Clone() 공개 메소드

public Clone ( ) : NETWORK_DETECTION_REQUEST
리턴 NETWORK_DETECTION_REQUEST

프로퍼티 상세

payload 공개적으로 프로퍼티

A variable-length array of bytes that contains random data. The number of bytes in this array is specified by the payloadLength field.
public byte[] payload
리턴 byte[]

payloadLength 공개적으로 프로퍼티

A 16-bit unsigned integer that specifies the size, in bytes, of the payload field.
public ushort payloadLength
리턴 ushort