C# Class Helios.Channels.AbstractServerChannel.DefaultServerUnsafe

Inheritance: AbstractUnsafe
Afficher le fichier Open project: helios-io/helios

Méthodes publiques

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

Method Details

ConnectAsync() public méthode

public ConnectAsync ( EndPoint remoteAddress, EndPoint localAddress ) : System.Threading.Tasks.Task
remoteAddress System.Net.EndPoint
localAddress System.Net.EndPoint
Résultat System.Threading.Tasks.Task

DefaultServerUnsafe() public méthode

public DefaultServerUnsafe ( AbstractChannel channel ) : System
channel AbstractChannel
Résultat System