Interface IRemoteExtension
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
Methods
RunAsync(CancellationToken)
Connects to the remote interceptor and runs the packet processing loop.
Task RunAsync(CancellationToken cancellationToken = default)
Parameters
cancellationToken
CancellationToken