Click or drag to resize

IomFactoryCreateHttpServerConnection Method (String)

Create restricted HttpServerConnection.

Namespace:  Aras.IOM
Assembly:  IOM (in IOM.dll) Version: 14.0.20.39432
Syntax
public static HttpServerConnection CreateHttpServerConnection(
	string innovatorServerUrl
)

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