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

The Standard Security Server Redirection PDU is sent by the server to the client to instruct it to reconnect to an existing session on another server. The information required to perform the reconnection is contained in an embedded Server Redirection Packet (see section 2.2.13.1). This PDU MUST NOT be sent if Enhanced RDP Security (see section 5.4) is in effect.
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
serverRedirectionPdu RDP_SERVER_REDIRECTION_PACKET

Открытые методы

Метод Описание
Clone ( ) : StackPacket
Server_Redirection_Pdu ( ) : System

The constructor of the class with no parameter.

Server_Redirection_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Приватные методы

Метод Описание
EncodeRedirectionData ( RDP_SERVER_REDIRECTION_PACKET serverRedirectionPdu ) : byte[]
EncodeTargetNetAddresses ( TARGET_NET_ADDRESSES targetNetAddresses ) : byte[]

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

Clone() публичный Метод

public Clone ( ) : StackPacket
Результат StackPacket

Server_Redirection_Pdu() публичный Метод

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

Server_Redirection_Pdu() публичный Метод

The constructor of the class.
public Server_Redirection_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext Specify the session context.
Результат System

ToBytes() публичный Метод

public ToBytes ( ) : byte[]
Результат byte[]

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

commonHeader публичное свойство

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Результат SlowPathPduCommonHeader

serverRedirectionPdu публичное свойство

Information required by the client to initiate a reconnection to a given session on a target server encapsulated in a Server Redirection Packet (section 2.2.13.1) structure.
public RDP_SERVER_REDIRECTION_PACKET,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverRedirectionPdu
Результат RDP_SERVER_REDIRECTION_PACKET