C# Class Helios.Channels.Local.LocalChannelRegistry

ファイルを表示 Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
Get ( EndPoint localAddress ) : IChannel
Register ( IChannel channel, LocalAddress oldLocalAddress, EndPoint localAddress ) : LocalAddress
Unregister ( LocalAddress localAddress ) : void

Method Details

Get() public static method

public static Get ( EndPoint localAddress ) : IChannel
localAddress System.Net.EndPoint
return IChannel

Register() public static method

public static Register ( IChannel channel, LocalAddress oldLocalAddress, EndPoint localAddress ) : LocalAddress
channel IChannel
oldLocalAddress LocalAddress
localAddress System.Net.EndPoint
return LocalAddress

Unregister() public static method

public static Unregister ( LocalAddress localAddress ) : void
localAddress LocalAddress
return void