Interface ITcpClient
Wrapper interface for Socket. Provides the socket for socket frame handler class.
public interface ITcpClient : IDisposable
- Inherited Members
Remarks
Contains all methods that are currenty in use in rabbitmq client.
Properties
Client
Socket Client { get; }
Property Value
Connected
bool Connected { get; }
Property Value
ReceiveTimeout
TimeSpan ReceiveTimeout { get; set; }
Property Value
Methods
Close()
void Close()
ConnectAsync(string, int)
Task ConnectAsync(string host, int port)
Parameters
Returns
GetStream()
NetworkStream GetStream()