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
Namespace: Gemstone.CommunicationAssembly: Gemstone.Communication (in Gemstone.Communication.dll) Version: 1.0.141 -- Release Build+c66e253161c5117b5bc3ebd72dcf095c9b8944a8
Gemstone.Communication.Transport.GetInterfaceIPStack = function(connectionStringEntries);
- connectionStringEntries DictionaryString, String
- Connection string key/value pairs.
IPStackDesired
IPStack based on "interface" setting.
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.