Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpbcgr
RDP_BW_STOP
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
ファイルを表示
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