Click or drag to resize
IListenerConnector Property
Gets the connector that is handling the connection for the listener. Do not modify any properties on the connection directly, always use ChangeSource(IConnector, IMessageBytesExtractor, IRawMessageTranslator) to perform configuration changes.

Namespace: VirtualRadar.Interface.Listener
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IConnector Connector { get; }

Property Value

Type: IConnector
See Also