C# Class Service.Service.Manager.Properties

Inheritance: IProperties, IChannelPipe
Show file Open project: shlee322/Netronics

Public Methods

Method Description
CreateChannel ( Netronics netronics, Socket socket ) : IChannel
GetChannelPipe ( ) : IChannelPipe
GetIPEndPoint ( ) : IPEndPoint
OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
Properties ( IPEndPoint ipEndPoint, Func func ) : System

Method Details

CreateChannel() public method

public CreateChannel ( Netronics netronics, Socket socket ) : IChannel
netronics Netronics
socket Socket
return IChannel

GetChannelPipe() public method

public GetChannelPipe ( ) : IChannelPipe
return IChannelPipe

GetIPEndPoint() public method

public GetIPEndPoint ( ) : IPEndPoint
return System.Net.IPEndPoint

OnStartEvent() public method

public OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
netronics Netronics
eventArgs Netronics.Event.StartEventArgs
return void

OnStopEvent() public method

public OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
netronics Netronics
eventArgs System.EventArgs
return void

Properties() public method

public Properties ( IPEndPoint ipEndPoint, Func func ) : System
ipEndPoint System.Net.IPEndPoint
func Func
return System