Table of Contents

Interface IExtension

Namespace
Xabbo.Extension
Assembly
Xabbo.Common.dll

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

Action

Intercepted

Occurs when a packet has been intercepted.

event InterceptCallback? Intercepted

Event Type

InterceptCallback