|
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: GSF.CommunicationAssembly: GSF.Communication (in GSF.Communication.dll) Version: 2.4.205-beta
Syntax GSF.Communication.Transport.GetInterfaceIPStack = function(connectionStringEntries);
View SourceParameters
- connectionStringEntries DictionaryString, String
- Connection string key/value pairs.
Return Value
IPStackDesired
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