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

The RDP_BW_PAYLOAD structure is used to transfer data associated with a bandwidth measurement operation that takes place during the Optional Connect-Time Auto-Detection phase of the RDP Connection Sequence
Inheritance: NETWORK_DETECTION_REQUEST
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
payload byte[]
payloadLength ushort

Public Methods

Method Description
Clone ( ) : NETWORK_DETECTION_REQUEST

Method Details

Clone() public method

public Clone ( ) : NETWORK_DETECTION_REQUEST
return NETWORK_DETECTION_REQUEST

Property Details

payload public_oe property

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
return byte[]

payloadLength public_oe property

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