C-DEngine 5.105

TheISBConnect..::..Connect Method (String, String, Boolean)

Connect to a Custom URL via ISB Connect and a custom Scope

Namespace:  nsCDEngine.Communication
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public string Connect(
	string pUrl,
	string pEasyScope,
	bool pIsScrambledID
)
Public Function Connect ( _
	pUrl As String, _
	pEasyScope As String, _
	pIsScrambledID As Boolean _
) As String
public:
String^ Connect(
	String^ pUrl, 
	String^ pEasyScope, 
	bool^ pIsScrambledID
)

Parameters

pUrl
Type: String
URL to connect to
pEasyScope
Type: String
Easy ScopeID generator for the connection. If next parameter is true, this parameter will be interpreted as a scrambled ScopeID
pIsScrambledID
Type: Boolean
If true, the EasyScopeID is a scrambled ScopeID

Return Value