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
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Public Properties

Property 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
return string

options public_oe property

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