Gets the web address (or IP address) of the gateway service provider's server, NOT including the protocol (e.g., http://)
Namespace:
Asi.iBO.SystemConfigAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string HostUrl { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property HostUrl As String |
| Visual C++ |
|---|
public: property String^ HostUrl { String^ get (); } |