C# Class Netronics.Properties

Inheritance: IProperties
Afficher le fichier Open project: shlee322/Netronics Class Usage Examples

Protected Properties

Свойство Type Description
ChannelPipe IChannelPipe
IpEndPoint System.Net.IPEndPoint

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
Properties ( ) : System

Method Details

CreateProperties() public static méthode

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

GetChannelPipe() public méthode

public GetChannelPipe ( ) : IChannelPipe
Résultat IChannelPipe

GetIPEndPoint() public méthode

public GetIPEndPoint ( ) : IPEndPoint
Résultat System.Net.IPEndPoint

OnStartEvent() public méthode

public OnStartEvent ( Netronics netronics, StartEventArgs eventArgs ) : void
netronics Netronics
eventArgs StartEventArgs
Résultat void

OnStopEvent() public méthode

public OnStopEvent ( Netronics netronics, EventArgs eventArgs ) : void
netronics Netronics
eventArgs System.EventArgs
Résultat void

Properties() protected méthode

protected Properties ( ) : System
Résultat System

SetIpEndPoint() public méthode

public SetIpEndPoint ( IPEndPoint endPoint ) : Properties
endPoint System.Net.IPEndPoint
Résultat Properties

Property Details

ChannelPipe protected_oe property

protected IChannelPipe ChannelPipe
Résultat IChannelPipe

IpEndPoint protected_oe property

protected IPEndPoint,System.Net IpEndPoint
Résultat System.Net.IPEndPoint