C# Class Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr.MCSConnectResponse

The main fields of MCS Connect Initial PDU.
Afficher le fichier Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Méthodes publiques

Свойство Type Description
calledConnectId int
domainParameters DomainParameter
gccPdu ConnectGCCRsp
result int

Méthodes publiques

Méthode Description
MCSConnectResponse ( ) : System

Method Details

MCSConnectResponse() public méthode

public MCSConnectResponse ( ) : System
Résultat System

Property Details

calledConnectId public_oe property

public int calledConnectId
Résultat int

domainParameters public_oe property

public DomainParameter,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr domainParameters
Résultat DomainParameter

gccPdu public_oe property

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

result public_oe property

The result field of MCS Connect Response PDU.
public int result
Résultat int