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

Inheritance: StackPacket
Exibir arquivo Open project: Microsoft/WindowsProtocolTestSuites

Protected Properties

Property Type Description
serverSessionContext RdpbcgrServerSessionContext

Protected Methods

Method Description
RdpbcgrServerPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System

The constructor of the class.

Method Details

RdpbcgrServerPdu() protected method

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

RdpbcgrServerPdu() protected method

The constructor of the class.
protected RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System
session RdpbcgrServerSessionContext
return System

Property Details

serverSessionContext protected_oe property

The server context used to do encryption.
protected RdpbcgrServerSessionContext,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverSessionContext
return RdpbcgrServerSessionContext