DotNetModule.RemoteHost

Syntax

DotNetModule.RemoteHost

Data Type

String

Purpose

Note This property is obsolete . Use a remote creation call as the first call in the DotNetModule class instead, and specify the remote host using the first parameter of the call that is not a return value. You can specify a remote creation call by adding a call to the module using the DotNetModule.Calls collection and using the DotNetCall.LoadPrototypeFromSignature method to specify the call.

Remarks

Specifies the Universal Resource Identifier (URI) the .NET Adapter uses to execute the assembly remotely. The URI specifies the type of channel, port number, and endpoint. If the DotNetModule.SpecifyHostByExpression property is True , the value of this property must be in the form of an expression.

Leave this property empty to instruct the .NET Adapter to not use a remote endpoint and create the object on the local computer instead.

The following is an example of a HTTP channel URI:

http://remotecomputername:65100/theEndPointName

The following is an example of a TCP channel URI:

tcp://localhost:8085/theEndPointName

See Also

DotNetCall.LoadPrototypeFromSignature

DotNetModule.Calls

DotNetModule.CreateObject

DotNetModule.SpecifyHostByExpression

Obsolete DotNetModule Properties