IomFactoryCreateWinAuthHttpServerConnection Method |
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic static WinAuthHttpServerConnection CreateWinAuthHttpServerConnection(
string innovatorServerUrl,
string database
)
Public Shared Function CreateWinAuthHttpServerConnection (
innovatorServerUrl As String,
database As String
) As WinAuthHttpServerConnection
public static WinAuthHttpServerConnection CreateWinAuthHttpServerConnection(
String innovatorServerUrl,
String database
)
public static function CreateWinAuthHttpServerConnection(
innovatorServerUrl : String,
database : String
) : WinAuthHttpServerConnection
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
Return Value
Type:
WinAuthHttpServerConnectionInstance of WinAuthHttpServerConnection class
See Also