Click or drag to resize
IListenerBytesExtractor Property
Gets the object that can extract the important bytes from the stream. Do not modify any properties on the extractor 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
IMessageBytesExtractor BytesExtractor { get; }

Property Value

Type: IMessageBytesExtractor
See Also