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

Gcc used in MCSConnectInitial.
Show file Open project: Microsoft/WindowsProtocolTestSuites Class Usage Examples

Public Properties

Property Type Description
H221Key string
ccrResult int
nodeID int
serverCoreData TS_UD_SC_CORE
serverMessageChannelData TS_UD_SC_MCS_MSGCHANNEL
serverMultitransportChannelData TS_UD_SC_MULTITRANSPORT
serverNetworkData TS_UD_SC_NET
serverSecurityData TS_UD_SC_SEC1
tag int

Public Methods

Method Description
ConnectGCCRsp ( ) : System

Method Details

ConnectGCCRsp() public method

public ConnectGCCRsp ( ) : System
return System

Property Details

H221Key public property

The key field of MCS Connect Response PDU.
public string H221Key
return string

ccrResult public property

The result field of Conference Create Response field.
public int ccrResult
return int

nodeID public property

The nodeID field of Conference Create Response field.
public int nodeID
return int

serverCoreData public property

Server Core Data structure.
public TS_UD_SC_CORE,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverCoreData
return TS_UD_SC_CORE

serverMessageChannelData public property

Optional Server Message Channel Data
public TS_UD_SC_MCS_MSGCHANNEL,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverMessageChannelData
return TS_UD_SC_MCS_MSGCHANNEL

serverMultitransportChannelData public property

Optional Server Multitransport Channel Data
public TS_UD_SC_MULTITRANSPORT,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverMultitransportChannelData
return TS_UD_SC_MULTITRANSPORT

serverNetworkData public property

Variable-length Server Network Data structure.
public TS_UD_SC_NET,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverNetworkData
return TS_UD_SC_NET

serverSecurityData public property

Variable-length Server Security Data structure.
public TS_UD_SC_SEC1,Microsoft.Protocols.TestTools.StackSdk.RemoteDesktop.Rdpbcgr serverSecurityData
return TS_UD_SC_SEC1

tag public property

The tag field of Conference Create Response field.
public int tag
return int