Interface ITcpConnection
public interface ITcpConnection : IAsyncDisposable
- Inherited Members
Methods
ConnectAsync(IPAddress, int)
Task<IPEndPoint> ConnectAsync(IPAddress address, int port)
Parameters
Returns
GetStream()
Stream GetStream()
Returns
OnKeyReceived(string)
void OnKeyReceived(string nssKey)
Parameters
nssKey
string