Table of Contents

Class CapturedTcpConnectionProvider

Namespace
Fluxzy.Core.Pcap
Assembly
Fluxzy.Core.Pcap.dll
public class CapturedTcpConnectionProvider : ITcpConnectionProvider, IAsyncDisposable
Inheritance
CapturedTcpConnectionProvider
Implements
Inherited Members

Methods

Create(ProxyScope, bool)

public static Task<ITcpConnectionProvider> Create(ProxyScope scope, bool outOfProcCapture)

Parameters

scope ProxyScope
outOfProcCapture bool

Returns

Task<ITcpConnectionProvider>

Create(string)

public ITcpConnection Create(string dumpFileName)

Parameters

dumpFileName string

Returns

ITcpConnection

CreateInProcessCapture()

public static Task<ITcpConnectionProvider> CreateInProcessCapture()

Returns

Task<ITcpConnectionProvider>

DisposeAsync()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources asynchronously.

public ValueTask DisposeAsync()

Returns

ValueTask

A task that represents the asynchronous dispose operation.