C# Class 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
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Méthodes publiques

Свойство Type Description
name string
options Channel_Options

Property Details

name public_oe property

An 8-byte array containing a unique 7-character ANSI channel name and a null terminator.
public string name
Résultat string

options public_oe property

A 32-bit unsigned integer. Channel option flags.
public Channel_Options options
Résultat Channel_Options