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

상속: StackPacket
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites

보호된 프로퍼티들

프로퍼티 타입 설명
serverSessionContext RdpbcgrServerSessionContext

보호된 메소드들

메소드 설명
RdpbcgrServerPdu ( ) : System

The constructor of the class with no parameter.

RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System

The constructor of the class.

메소드 상세

RdpbcgrServerPdu() 보호된 메소드

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

RdpbcgrServerPdu() 보호된 메소드

The constructor of the class.
protected RdpbcgrServerPdu ( RdpbcgrServerSessionContext session ) : System
session RdpbcgrServerSessionContext
리턴 System

프로퍼티 상세

serverSessionContext 보호되어 있는 프로퍼티

The server context used to do encryption.
protected RdpbcgrServerSessionContext,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverSessionContext
리턴 RdpbcgrServerSessionContext