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
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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[]