C# Class SocketLineReader, core

Inheritance: DisposableBase
Afficher le fichier Open project: omnius-labs/core

Méthodes publiques

Méthode Description
ReadLineAsync ( CancellationToken, cancellationToken = default ) : string
SocketLineReader ( Socket, socket, Encoding, encoding ) : System.Net.Sockets

Méthodes protégées

Méthode Description
OnDispose ( bool isDisposing ) : void

Method Details

OnDispose() protected méthode

protected OnDispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

ReadLineAsync() public méthode

public ReadLineAsync ( CancellationToken, cancellationToken = default ) : string
cancellationToken CancellationToken,
Résultat string

SocketLineReader() public méthode

public SocketLineReader ( Socket, socket, Encoding, encoding ) : System.Net.Sockets
socket Socket,
encoding Encoding,
Résultat System.Net.Sockets