C# Class 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).
Inheritance: RdpbcgrServerPdu
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
commonHeader SlowPathPduCommonHeader
requestId uint
requestedProtocol Multitransport_Protocol_value
reserved ushort
securityCookie byte[]

Méthodes publiques

Méthode Description
Clone ( ) : StackPacket
Server_Initiate_Multitransport_Request_PDU ( ) : System
Server_Initiate_Multitransport_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
ToBytes ( ) : byte[]

Method Details

Clone() public méthode

public Clone ( ) : StackPacket
Résultat StackPacket

Server_Initiate_Multitransport_Request_PDU() public méthode

public Server_Initiate_Multitransport_Request_PDU ( ) : System
Résultat System

Server_Initiate_Multitransport_Request_PDU() public méthode

public Server_Initiate_Multitransport_Request_PDU ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
Résultat System

ToBytes() public méthode

public ToBytes ( ) : byte[]
Résultat byte[]

Property Details

commonHeader public_oe property

The slow path header.
public SlowPathPduCommonHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr commonHeader
Résultat SlowPathPduCommonHeader

requestId public_oe property

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
Résultat uint

requestedProtocol public_oe property

A 16-bit unsigned integer that specifies the protocol to use in the transport.
public Multitransport_Protocol_value requestedProtocol
Résultat Multitransport_Protocol_value

reserved public_oe property

A 16-bit unsigned integer. This field is unused and reserved for future use. It MUST be set to zero.
public ushort reserved
Résultat ushort

securityCookie public_oe property

A 16-element array of 8-bit unsigned integers that contains randomly generated data.
public byte[] securityCookie
Résultat byte[]