C# 클래스 Helios.Channels.Local.LocalChannelRegistry

파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
Get ( EndPoint localAddress ) : IChannel
Register ( IChannel channel, LocalAddress oldLocalAddress, EndPoint localAddress ) : LocalAddress
Unregister ( LocalAddress localAddress ) : void

메소드 상세

Get() 공개 정적인 메소드

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

Register() 공개 정적인 메소드

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

Unregister() 공개 정적인 메소드

public static Unregister ( LocalAddress localAddress ) : void
localAddress LocalAddress
리턴 void