Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 11.0.0.6296
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function CreateHttpServerConnection ( _
innovatorServerUrl As String _
) As HttpServerConnection |
JScript |
---|
public static function CreateHttpServerConnection(
innovatorServerUrl : String
) : HttpServerConnection |
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
See Also