Table of Contents

Interface ITcpConnection

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

Methods

ConnectAsync(IPAddress, int)

Task<IPEndPoint> ConnectAsync(IPAddress address, int port)

Parameters

address IPAddress
port int

Returns

Task<IPEndPoint>

GetStream()

Stream GetStream()

Returns

Stream

OnKeyReceived(string)

void OnKeyReceived(string nssKey)

Parameters

nssKey string