Create restricted HttpServerConnection.

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

Syntax

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