Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateWinAuthHttpServerConnection ( _
innovatorServerUrl As String, _
database As String _
) As WinAuthHttpServerConnection |
JScript |
---|
public static function CreateWinAuthHttpServerConnection(
innovatorServerUrl : String,
database : String
) : WinAuthHttpServerConnection |
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
Return Value
Instance of WinAuthHttpServerConnection class
See Also