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

The Initiate Multitransport Request PDU is sent by the server to the client and is used to bootstrap the creation of a side-band channel ([MS-RDPEMT] section 1.3).
Наследование: RdpbcgrServerPdu
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
commonHeader SlowPathPduCommonHeader
requestId uint
requestedProtocol Multitransport_Protocol_value
reserved ushort
securityCookie byte[]

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

Метод Описание
Clone ( ) : StackPacket
Server_Initiate_Multitransport_Request_PDU ( ) : System
Server_Initiate_Multitransport_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
ToBytes ( ) : byte[]

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

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

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

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

public Server_Initiate_Multitransport_Request_PDU ( ) : System
Результат System

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

public Server_Initiate_Multitransport_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Результат System

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

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

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

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

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

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

A 32-bit unsigned integer that specifies a unique ID that the server MUST use to associate this Initiate Multitransport Request PDU with the Tunnel Create Request PDU sent by the client after the transport has been established.
public uint requestId
Результат uint

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

A 16-bit unsigned integer that specifies the protocol to use in the transport.
public Multitransport_Protocol_value requestedProtocol
Результат Multitransport_Protocol_value

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

A 16-bit unsigned integer. This field is unused and reserved for future use. It MUST be set to zero.
public ushort reserved
Результат ushort

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

A 16-element array of 8-bit unsigned integers that contains randomly generated data.
public byte[] securityCookie
Результат byte[]