Represents the default Host. This field is read-only.

Namespace: ININ.IceLib.Connection
Assembly: ININ.IceLib (in ININ.IceLib.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public static readonly string DefaultHost
Visual Basic
Public Shared ReadOnly DefaultHost As String

Remarks

If the Host property is set to this value, then the default BridgeHost host will be used.

Retrieves the default host server stored in the registry. It will first look in HKEY_CURRENT_USER\Software\Interactive Intelligence\EIC\BridgeHost in the default key. Then if that is blank it will look in the same place under HKEY_LOCAL_MACHINE. Finally, if that is also blank, it defaults to i3ClientSrv. It is recommended that sites create a DNS alias to their BridgeHost server with that name.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 GA and beyond.

See Also