Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Microsoft
Protocols
TestTools
StackSdk
RemoteDesktop
Rdpbcgr
NETWORK_DETECTION_REQUEST
C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.NETWORK_DETECTION_REQUEST
Base class for all network detection request structure
파일 보기
프로젝트 열기: Microsoft/WindowsProtocolTestSuites
공개 프로퍼티들
프로퍼티
타입
설명
headerLength
byte
headerTypeId
HeaderTypeId_Values
requestType
AUTO_DETECT_REQUEST_TYPE
sequenceNumber
ushort
공개 메소드들
메소드
설명
Clone
( ) :
NETWORK_DETECTION_REQUEST
메소드 상세
Clone()
공개
추상적인
메소드
public
abstract
Clone
( ) :
NETWORK_DETECTION_REQUEST
리턴
NETWORK_DETECTION_REQUEST
프로퍼티 상세
headerLength
공개적으로 프로퍼티
An 8-bit unsigned integer that specifies the size, in bytes, of the header data.
public
byte
headerLength
리턴
byte
headerTypeId
공개적으로 프로퍼티
An 8-bit unsigned integer that specifies the high-level type. This field MUST be set to TYPE_ID_AUTODETECT_REQUEST (0x00).
public
HeaderTypeId_Values
headerTypeId
리턴
HeaderTypeId_Values
requestType
공개적으로 프로퍼티
A 16-bit unsigned integer that specifies a request type code.
public
AUTO_DETECT_REQUEST_TYPE
requestType
리턴
AUTO_DETECT_REQUEST_TYPE
sequenceNumber
공개적으로 프로퍼티
A 16-bit unsigned integer that specifies the message sequence number.
public
ushort
sequenceNumber
리턴
ushort