SessionProperties.BindIP Property

Solclient

SessionPropertiesBindIP Property
version: 7.2.1.27
(Optional) The hostname or IP address of the machine on which the application is running. On a multi-homed machine, it is strongly recommended to provide this parameter to ensure that the API uses the correct network interface at session connect time. Default: empty string

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public string BindIP { get; set; }
Public Property BindIP As String
	Get
	Set
public:
property String^ BindIP {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: String
See Also