Interface IInterceptor
- Namespace
- Xabbo.Interceptor
- Assembly
- Xabbo.Common.dll
Represents a packet interceptor that can read, modify and send packets.
public interface IInterceptor : IConnection, IParserContext, IInterceptorContext
- Inherited Members
- Extension Methods
Properties
Dispatcher
Gets the message dispatcher associated with this interceptor.
IMessageDispatcher Dispatcher { get; }
Property Value
Events
Initialized
Occurs when the interceptor has been initialized.
event Action<InitializedEventArgs>? Initialized