C# Class SocketLineReader, core

Inheritance: DisposableBase
Mostrar archivo Open project: omnius-labs/core

Public Methods

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

Protected Methods

Method Description
OnDispose ( bool isDisposing ) : void

Method Details

OnDispose() protected method

protected OnDispose ( bool isDisposing ) : void
isDisposing bool
return void

ReadLineAsync() public method

public ReadLineAsync ( CancellationToken, cancellationToken = default ) : string
cancellationToken CancellationToken,
return string

SocketLineReader() public method

public SocketLineReader ( Socket, socket, Encoding, encoding ) : System.Net.Sockets
socket Socket,
encoding Encoding,
return System.Net.Sockets