IomFactoryCreateHttpServerConnection Method (String) |
Namespace:
Aras.IOM
Assembly:
IOM (in IOM.dll) Version: 14.0.9.36244
Syntaxpublic static HttpServerConnection CreateHttpServerConnection(
string innovatorServerUrl
)
Public Shared Function CreateHttpServerConnection (
innovatorServerUrl As String
) As HttpServerConnection
public static HttpServerConnection CreateHttpServerConnection(
String innovatorServerUrl
)
public static function CreateHttpServerConnection(
innovatorServerUrl : String
) : HttpServerConnection
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
Return Value
Type:
HttpServerConnection
See Also