Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 11.0.0.6296

Syntax

C#
public static WinAuthHttpServerConnection CreateWinAuthHttpServerConnection(
	string innovatorServerUrl,
	string database
)
Visual Basic (Declaration)
Public Shared Function CreateWinAuthHttpServerConnection ( _
	innovatorServerUrl As String, _
	database As String _
) As WinAuthHttpServerConnection
J#
public static WinAuthHttpServerConnection CreateWinAuthHttpServerConnection(
	String innovatorServerUrl,
	String database
)
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