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

The RDP_BW_STOP structure is used to stop a bandwidth measurement operation.
Inheritance: NETWORK_DETECTION_REQUEST
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
payload byte[]
payloadLength ushort

Méthodes publiques

Méthode Description
Clone ( ) : NETWORK_DETECTION_REQUEST

Method Details

Clone() public méthode

public Clone ( ) : NETWORK_DETECTION_REQUEST
Résultat 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
Résultat byte[]

payloadLength public_oe property

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