DotNetModule.RemoteHost
- Updated2026-02-03
- 1 minute(s) read
DotNetModule.RemoteHost
Syntax
DotNetModule.RemoteHost
Data Type
Purpose
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