Class TcpClient
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.IO.Transport
Assembly: Catalyst.Core.Lib.dll
Syntax
public abstract class TcpClient : ClientBase, ITcpClient, ISocketClient, ISocket, IDisposable
Constructors
| Improve this Doc View SourceTcpClient(ITcpClientChannelFactory, ILogger, ITcpClientEventLoopGroupFactory)
Declaration
protected TcpClient(ITcpClientChannelFactory channelFactory, ILogger logger, ITcpClientEventLoopGroupFactory loopGroupFactory)
Parameters
Type | Name | Description |
---|---|---|
ITcpClientChannelFactory | channelFactory | |
ILogger | logger | |
ITcpClientEventLoopGroupFactory | loopGroupFactory |
Implements
System.IDisposable