C# Class TestApp.ServerSocket

Inheritance: IDisposable
Show file Open project: graffen/NLog.Targets.Syslog

Protected Properties

Property Type Description
KeepGoing bool

Public Methods

Method Description
Dispose ( ) : void
StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
Receive ( ) : void
SetupSocket ( IPEndPoint ipEndPoint ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Receive() protected abstract method

protected abstract Receive ( ) : void
return void

SetupSocket() protected method

protected SetupSocket ( IPEndPoint ipEndPoint ) : void
ipEndPoint System.Net.IPEndPoint
return void

StartListening() public method

public StartListening ( IPEndPoint ipEndPoint, Action receivedStringAction ) : void
ipEndPoint System.Net.IPEndPoint
receivedStringAction Action
return void

Property Details

KeepGoing protected property

protected bool KeepGoing
return bool