Interface ITcpConnection
public interface ITcpConnection : IAsyncDisposable
- Inherited Members
Methods
ConnectAsync(IPAddress, int)
Task<ITcpConnectionConnectResult> ConnectAsync(IPAddress address, int port)
public interface ITcpConnection : IAsyncDisposable
Task<ITcpConnectionConnectResult> ConnectAsync(IPAddress address, int port)