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

A type of PDU to indicate the PDU is a RDPBCGR PDU. It's a base class for all input/output PDUs.
상속: StackPacket
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

보호된 프로퍼티들

프로퍼티 타입 설명
context Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext

공개 메소드들

메소드 설명
Clone ( ) : StackPacket

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

ToBytes ( ) : byte[]

Encode this structure into byte array.

보호된 메소드들

메소드 설명
RdpbcgrClientPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrClientPdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System

The constructor of the class.

메소드 상세

Clone() 공개 메소드

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

RdpbcgrClientPdu() 보호된 메소드

The constructor of the class with no parameter.
protected RdpbcgrClientPdu ( ) : System
리턴 System

RdpbcgrClientPdu() 보호된 메소드

The constructor of the class.
protected RdpbcgrClientPdu ( Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext clientContext ) : System
clientContext Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext Specify the context.
리턴 System

ToBytes() 공개 메소드

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

프로퍼티 상세

context 보호되어 있는 프로퍼티

The client context used to do encryption.
protected RdpbcgrClientContext,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr context
리턴 Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.RdpbcgrClientContext