Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
C# |
---|
public static HttpServerConnection CreateHttpServerConnection(
string innovatorServerUrl,
string database,
string userName,
string password
) |
Visual Basic (Declaration) |
---|
Public Shared Function CreateHttpServerConnection ( _
innovatorServerUrl As String, _
database As String, _
userName As String, _
password As String _
) As HttpServerConnection |
J# |
---|
public static HttpServerConnection CreateHttpServerConnection(
String innovatorServerUrl,
String database,
String userName,
String password
) |
JScript |
---|
public static function CreateHttpServerConnection(
innovatorServerUrl : String,
database : String,
userName : String,
password : String
) : HttpServerConnection |
Parameters
- innovatorServerUrl
- Type: System..::.String
URL of Innovator server in one of the following two forms:
http://{host}/{base_URL}; e.g. http://devserver/MyInnovator
http://{host}/{base_URL}/Server/InnovatorServer.aspx; e.g. http://devserver/MyInnovator/Server/InnovatorServer.aspx
- database
- Type: System..::.String
Name of database to be used in the session
- userName
- Type: System..::.String
Login name of a user
- password
- Type: System..::.String
User's password in either encrypted or non-encrypted form. NOTE: for encryption use .
See Also