Gets or sets the Delegate that pre-processes the packet.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public Func<IEnumerable<byte[]>> PreProcessHandler { get; set; }
Public Property PreProcessHandler As Func(Of IEnumerable(Of Byte()))
public: virtual property Func<IEnumerable<array<unsigned char>^>^>^ PreProcessHandler { Func<IEnumerable<array<unsigned char>^>^>^ get () sealed; void set (Func<IEnumerable<array<unsigned char>^>^>^ value) sealed; }
Remarks
Func<(Of <(TResult>)>) returns an IEnumerable<(Of <(T>)>) object containing the binary data to be sent back to the packet sender.