C# Class Netronics.Properties

Inheritance: IProperties
Datei anzeigen Open project: shlee322/Netronics Class Usage Examples

Protected Properties

Property Type Description
ChannelPipe IChannelPipe
IpEndPoint System.Net.IPEndPoint

Public Methods

Method Description
CreateProperties ( IPEndPoint ipEndPoint, IChannelPipe pipe ) : Properties

새로운 Properties를 생성하는 메소드

GetChannelPipe ( ) : IChannelPipe
GetIPEndPoint ( ) : IPEndPoint
OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
SetIpEndPoint ( IPEndPoint endPoint ) : Properties

Protected Methods

Method Description
Properties ( ) : System

Method Details

CreateProperties() public static method

새로운 Properties를 생성하는 메소드
public static CreateProperties ( IPEndPoint ipEndPoint, IChannelPipe pipe ) : Properties
ipEndPoint System.Net.IPEndPoint 사용할 IPEndPoint
pipe IChannelPipe 사용할 ChannelPipe
return Properties

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 StartEventArgs
return void

OnStopEvent() public method

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

Properties() protected method

protected Properties ( ) : System
return System

SetIpEndPoint() public method

public SetIpEndPoint ( IPEndPoint endPoint ) : Properties
endPoint System.Net.IPEndPoint
return Properties

Property Details

ChannelPipe protected_oe property

protected IChannelPipe ChannelPipe
return IChannelPipe

IpEndPoint protected_oe property

protected IPEndPoint,System.Net IpEndPoint
return System.Net.IPEndPoint