C# Class Helios.Channels.Local.LocalChannel.LocalUnsafe

Inheritance: AbstractUnsafe
ファイルを表示 Open project: helios-io/helios

Private Properties

Property Type Description

Public Methods

Method Description
ConnectAsync ( EndPoint remoteAddress, EndPoint localAddress ) : Task
LocalUnsafe ( LocalChannel channel ) : System

Method Details

ConnectAsync() public method

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

LocalUnsafe() public method

public LocalUnsafe ( LocalChannel channel ) : System
channel LocalChannel
return System