C# Class TestApp.ServerSocket

Inheritance: IDisposable
Afficher le fichier Open project: graffen/NLog.Targets.Syslog

Protected Properties

Свойство Type Description
KeepGoing bool

Méthodes publiques

Méthode Description
Dispose ( ) : void
StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Receive() protected abstract méthode

protected abstract Receive ( ) : void
Résultat void

SetupSocket() protected méthode

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
Résultat void

StartListening() public méthode

public StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void
ipEndPoint System.Net.IPEndPoint
receivedStringAction Action
Résultat void

Property Details

KeepGoing protected_oe property

protected bool KeepGoing
Résultat bool