C# 클래스 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.Server_X_224_Negotiate_Failure_Pdu

The RDP Negotiation Failure structure is used by a server to inform the client of a failure that has occurred while preparing security for the connection.
상속: RdpbcgrServerPdu
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
rdpNegFailure RDP_NEG_FAILURE
tpktHeader TpktHeader
x224Ccf X224Crq

공개 메소드들

메소드 설명
Clone ( ) : StackPacket

Create an instance of the class that is identical to the current PDU.

Server_X_224_Negotiate_Failure_Pdu ( ) : System

The constructor of the class with no parameter.

Server_X_224_Negotiate_Failure_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System

The constructor of the class.

ToBytes ( ) : byte[]

Encode this structure into byte array.

메소드 상세

Clone() 공개 메소드

Create an instance of the class that is identical to the current PDU.
public Clone ( ) : StackPacket
리턴 StackPacket

Server_X_224_Negotiate_Failure_Pdu() 공개 메소드

The constructor of the class with no parameter.
public Server_X_224_Negotiate_Failure_Pdu ( ) : System
리턴 System

Server_X_224_Negotiate_Failure_Pdu() 공개 메소드

The constructor of the class.
public Server_X_224_Negotiate_Failure_Pdu ( RdpbcgrServerSessionContext serverSessionContext ) : System
serverSessionContext RdpbcgrServerSessionContext
리턴 System

ToBytes() 공개 메소드

Encode this structure into byte array.
public ToBytes ( ) : byte[]
리턴 byte[]

프로퍼티 상세

rdpNegFailure 공개적으로 프로퍼티

Optional RDP Negotiation Response structure or an optional RDP Negotiation Failure structure. The length of the negotiation structure is included in the X.224 Connection Confirm Length Indicator field.
public RDP_NEG_FAILURE,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr rdpNegFailure
리턴 RDP_NEG_FAILURE

tpktHeader 공개적으로 프로퍼티

A TPKT Header, as specified in [T123] section 8.
public TpktHeader,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr tpktHeader
리턴 TpktHeader

x224Ccf 공개적으로 프로퍼티

An X.224 Class 0 Connection Confirm TPDU, as specified in [X224] section 13.4.
public X224Crq,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr x224Ccf
리턴 X224Crq