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

A type of PDU to indicate the PDU is a RDPBCGR PDU. It's a base class for all input/output PDUs.
Inheritance: StackPacket
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Protected Properties

Property Type Description
context Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext

Public Methods

Method Description
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

ToBytes ( ) : byte[]

Encode this structure into byte array.

Protected Methods

Method Description
RdpbcgrClientPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrClientPdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

Method Details

Clone() public method

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
return StackPacket

RdpbcgrClientPdu() protected method

The constructor of the class with no parameter.
protected RdpbcgrClientPdu ( ) : System
return System

RdpbcgrClientPdu() protected method

The constructor of the class.
protected RdpbcgrClientPdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
return System

ToBytes() public method

Encode this structure into byte array.
public ToBytes ( ) : byte[]
return byte[]

Property Details

context protected_oe property

The client context used to do encryption.
protected RdpbcgrClientContext,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr context
return Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext