Table of Contents

Interface IRemoteExtension

Namespace
Xabbo.Extension
Assembly
Xabbo.Common.dll

Represents an extension interface provided by a remote packet interceptor service.

public interface IRemoteExtension : IExtension, IInterceptor, IConnection, IParserContext, IInterceptorContext
Inherited Members
Extension Methods

Properties

Port

Gets the port that is currently being used to connect to the remote interceptor.

int Port { get; }

Property Value

int

Methods

RunAsync(CancellationToken)

Connects to the remote interceptor and runs the packet processing loop.

Task RunAsync(CancellationToken cancellationToken = default)

Parameters

cancellationToken CancellationToken

Returns

Task