Click or drag to resize

IomFactoryCreateHttpServerConnection Method (String, String, String, String)

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public static HttpServerConnection CreateHttpServerConnection(
	string innovatorServerUrl,
	string database,
	string userName,
	string password
)

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