C# Class Helios.Channels.AbstractServerChannel.DefaultServerUnsafe

Inheritance: AbstractUnsafe
Mostra file Open project: helios-io/helios

Public Methods

Method Description
ConnectAsync ( EndPoint remoteAddress, EndPoint localAddress ) : System.Threading.Tasks.Task
DefaultServerUnsafe ( AbstractChannel channel ) : System

Method Details

ConnectAsync() public method

public ConnectAsync ( EndPoint remoteAddress, EndPoint localAddress ) : System.Threading.Tasks.Task
remoteAddress System.Net.EndPoint
localAddress System.Net.EndPoint
return System.Threading.Tasks.Task

DefaultServerUnsafe() public method

public DefaultServerUnsafe ( AbstractChannel channel ) : System
channel AbstractChannel
return System