TransportGetInterfaceIPStack Method

Derives the desired IPStack from the "interface" setting in the connection string key/value pairs. If interface is not specified, IPStack is derived from the server value in connectionStringEntries

Definition

Namespace: Gemstone.Communication
Assembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.128 -- Release Build+c4e32e80ee4b39b519c6e4a0a25ff9269b8be666
public static IPStack GetInterfaceIPStack(
	Dictionary<string, string> connectionStringEntries
)

Parameters

connectionStringEntries  DictionaryString, String
Connection string key/value pairs.

Return Value

IPStack
Desired IPStack based on "interface" setting.

Remarks

The "interface" setting will be added to the connectionStringEntries if it doesn't exist. in this case the return value will be based off of the "server" value. If the server parameter doesn't exist, the return value will be Default.

See Also