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

Inheritance: StackPacket
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites

Protected Properties

Свойство Type Description
serverSessionContext RdpbcgrServerSessionContext

Méthodes protégées

Méthode Description
RdpbcgrServerPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System

The constructor of the class.

Method Details

RdpbcgrServerPdu() protected méthode

The constructor of the class with no parameter.
protected RdpbcgrServerPdu ( ) : System
Résultat System

RdpbcgrServerPdu() protected méthode

The constructor of the class.
protected RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System
session RdpbcgrServerSessionContext
Résultat System

Property Details

serverSessionContext protected_oe property

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