C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpelePdu

This type of PDU is RDPELE PDU. It is especially used for RDPELE which is based on RDPBCGR.
Inheritance: RdpbcgrClientPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
rdpeleData byte[]

Méthodes publiques

Méthode Description
RdpelePdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Method Details

RdpelePdu() public méthode

The constructor of the class.
public RdpelePdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
Résultat System

ToBytes() public méthode

Encode this structure into byte array.
public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

rdpeleData public_oe property

The RDPELE message includes preamble and LicensingMessage. This field will not be encoded/decoded in RDPBCGR.
public byte[] rdpeleData
Résultat byte[]