Table of Contents

Class DefaultTcpConnectionProvider

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

Methods

Create(string)

public ITcpConnection Create(string dumpFileName)

Parameters

dumpFileName string

Returns

ITcpConnection

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.