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

The main fields of MCS Connect Initial PDU.
파일 보기 프로젝트 열기: Microsoft/WindowsProtocolTestSuites 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
calledConnectId int
domainParameters DomainParameter
gccPdu ConnectGCCRsp
result int

공개 메소드들

메소드 설명
MCSConnectResponse ( ) : System

메소드 상세

MCSConnectResponse() 공개 메소드

public MCSConnectResponse ( ) : System
리턴 System

프로퍼티 상세

calledConnectId 공개적으로 프로퍼티

public int calledConnectId
리턴 int

domainParameters 공개적으로 프로퍼티

public DomainParameter,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr domainParameters
리턴 DomainParameter

gccPdu 공개적으로 프로퍼티

The userData field of MCS Connect Initial PDU in [T125].
public ConnectGCCRsp,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr gccPdu
리턴 ConnectGCCRsp

result 공개적으로 프로퍼티

The result field of MCS Connect Response PDU.
public int result
리턴 int