Interface IExtension
Represents an extension interface provided by a packet interceptor service.
public interface IExtension : IInterceptor, IConnection, IParserContext, IInterceptorContext
- Inherited Members
- Extension Methods
Events
Activated
Occurs when the extension is activated by the user.
event Action? Activated
Event Type
Intercepted
Occurs when a packet has been intercepted.
event InterceptCallback? Intercepted