Click or drag to resize
IConnectorIsSingleConnection Property
Gets or sets a value indicating whether the connector supports multiple connections or a single connection.

Namespace: VirtualRadar.Interface.Network
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
bool IsSingleConnection { get; set; }

Property Value

Type: Boolean
Remarks
Attempting to change this after EstablishConnection has been called will throw an exception.
See Also