C# Класс Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrServerPdu

Наследование: StackPacket
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
serverSessionContext RdpbcgrServerSessionContext

Защищенные методы

Метод Описание
RdpbcgrServerPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System

The constructor of the class.

Описание методов

RdpbcgrServerPdu() защищенный Метод

The constructor of the class with no parameter.
protected RdpbcgrServerPdu ( ) : System
Результат System

RdpbcgrServerPdu() защищенный Метод

The constructor of the class.
protected RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System
session RdpbcgrServerSessionContext
Результат System

Описание свойств

serverSessionContext защищенное свойство

The server context used to do encryption.
protected RdpbcgrServerSessionContext,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverSessionContext
Результат RdpbcgrServerSessionContext