Click or drag to resize
ISettingsPresenterProviderTestNetworkConnection Method
Returns the exception (if any) that was thrown while attempting to establish a connection to a data feed using the network settings passed across.

Namespace: VirtualRadar.Interface.Presenter
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Exception TestNetworkConnection(
	string address,
	int port
)

Parameters

address
Type: SystemString
port
Type: SystemInt32

Return Value

Type: Exception
See Also