C# Class OfflineServer.Servers.IPC.IPCBase

Afficher le fichier Open project: berkay2578/nfsw-server

Protected Properties

Свойство Type Description
client System.Net.Sockets.TcpClient
ct System.Threading.CancellationToken
cts System.Threading.CancellationTokenSource
listener System.Net.Sockets.TcpListener
log log4net.ILog
stream System.Net.Sockets.NetworkStream

Méthodes publiques

Méthode Description
initialize ( ) : void
listenLoop ( ) : void
read ( ) : Task
shutdown ( ) : void
write ( String message ) : Task

Method Details

initialize() public abstract méthode

public abstract initialize ( ) : void
Résultat void

listenLoop() public abstract méthode

public abstract listenLoop ( ) : void
Résultat void

read() public méthode

public read ( ) : Task
Résultat Task

shutdown() public abstract méthode

public abstract shutdown ( ) : void
Résultat void

write() public méthode

public write ( String message ) : Task
message String
Résultat Task

Property Details

client protected_oe property

protected TcpClient,System.Net.Sockets client
Résultat System.Net.Sockets.TcpClient

ct protected_oe property

protected CancellationToken,System.Threading ct
Résultat System.Threading.CancellationToken

cts protected_oe property

protected CancellationTokenSource,System.Threading cts
Résultat System.Threading.CancellationTokenSource

listener protected_oe property

protected TcpListener,System.Net.Sockets listener
Résultat System.Net.Sockets.TcpListener

log protected_oe property

protected log4net.ILog log
Résultat log4net.ILog

stream protected_oe property

protected NetworkStream,System.Net.Sockets stream
Résultat System.Net.Sockets.NetworkStream