Interface ITcpConnectionProvider
public interface ITcpConnectionProvider : IAsyncDisposable
- Inherited Members
Properties
Default
public static ITcpConnectionProvider Default { get; }
Property Value
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
Methods
Create(string)
ITcpConnection Create(string dumpFileName)
Parameters
dumpFileNamestring
Returns
TryFlush()
void TryFlush()