Table of Contents

Interface ITcpConnectionProvider

Namespace
Fluxzy.Core
Assembly
Fluxzy.Core.dll
public interface ITcpConnectionProvider : IAsyncDisposable
Inherited Members

Properties

Default

public static ITcpConnectionProvider Default { get; }

Property Value

ITcpConnectionProvider

RequiresArchiveWriter

When true, this provider cannot function without a writable archive and may be ignored when the archiving policy is None. Custom providers return false and are always honored.

bool RequiresArchiveWriter { get; }

Property Value

bool

Methods

Create(string)

ITcpConnection Create(string dumpFileName)

Parameters

dumpFileName string

Returns

ITcpConnection

TryFlush()

void TryFlush()