C# Class Netronics.Netronics

Netronics Framework
ファイルを表示 Open project: shlee322/Netronics Class Usage Examples

Protected Properties

Property Type Description
Properties IProperties
Socket Socket

Public Methods

Method Description
AddChannel ( IChannel channel ) : IChannel

새로운 Channel을 추가하는 메소드

AddSocket ( Socket socket ) : IChannel

새로운 Socket를 Channel로 변환하고 추가하는 메소드

AddSocket ( EndPoint endPoint, IChannel>.Action action = null ) : void
GetEndIPPoint ( ) : IPEndPoint

Netronics에 사용되는 IPEndPoint를 반환하는 메소드

Netronics ( IProperties properties ) : System

Netronics를 생성한다

Start ( ) : Netronics

Netronics 를 시작하는 메소드

Stop ( ) : Netronics

Netronics를 중지하는 메소드

Protected Methods

Method Description
AcceptCallback ( IAsyncResult ar ) : void
InitSocket ( ) : void

소켓 초기화를 하는 메소드

StartSocket ( ) : void

소켓을 활성화 하는 메소드

Private Methods

Method Description
Netronics ( ) : System

Method Details

AcceptCallback() protected method

protected AcceptCallback ( IAsyncResult ar ) : void
ar IAsyncResult
return void

AddChannel() public method

새로운 Channel을 추가하는 메소드
public AddChannel ( IChannel channel ) : IChannel
channel IChannel 추가할 Channel
return IChannel

AddSocket() public method

새로운 Socket를 Channel로 변환하고 추가하는 메소드
public AddSocket ( Socket socket ) : IChannel
socket Socket 추가할 Socket
return IChannel

AddSocket() public method

public AddSocket ( EndPoint endPoint, IChannel>.Action action = null ) : void
endPoint System.Net.EndPoint
action IChannel>.Action
return void

GetEndIPPoint() public method

Netronics에 사용되는 IPEndPoint를 반환하는 메소드
public GetEndIPPoint ( ) : IPEndPoint
return System.Net.IPEndPoint

InitSocket() protected method

소켓 초기화를 하는 메소드
protected InitSocket ( ) : void
return void

Netronics() public method

Netronics를 생성한다
public Netronics ( IProperties properties ) : System
properties IProperties 속성값
return System

Start() public method

Netronics 를 시작하는 메소드
public Start ( ) : Netronics
return Netronics

StartSocket() protected method

소켓을 활성화 하는 메소드
protected StartSocket ( ) : void
return void

Stop() public method

Netronics를 중지하는 메소드
public Stop ( ) : Netronics
return Netronics

Property Details

Properties protected_oe property

protected IProperties Properties
return IProperties

Socket protected_oe property

protected Socket Socket
return Socket