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