C# Class SharpUV.TcpSocket

Inheritance: UvStream
Mostra file Open project: gigi81/sharpuv Class Usage Examples

Protected Methods

Method Description
TcpSocket ( Loop loop ) : System

Handle type is Libuv.uv_tcp_t that is a subclass of Libuv.uv_stream_t

Private Methods

Method Description
AllocSocketAddress ( IPEndPoint endpoint, Loop loop ) : IntPtr

Method Details

TcpSocket() protected method

Handle type is Libuv.uv_tcp_t that is a subclass of Libuv.uv_stream_t
protected TcpSocket ( Loop loop ) : System
loop Loop
return System