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

The CHANNEL_DEF packet contains information for a particular static virtual channel.
file:///C:/ts_dev/TestSuites/MS-RDPBCGR/TestSuite/Src/TD/latest_XMLS_16may/RDPBCGR/ _rfc_ms-rdpbcgr2_1_1_3_4_1.xml
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

공개 프로퍼티들

프로퍼티 타입 설명
name string
options Channel_Options

프로퍼티 상세

name 공개적으로 프로퍼티

An 8-byte array containing a unique 7-character ANSI channel name and a null terminator.
public string name
리턴 string

options 공개적으로 프로퍼티

A 32-bit unsigned integer. Channel option flags.
public Channel_Options options
리턴 Channel_Options