C# 클래스 SocketLineReader, core

상속: DisposableBase
파일 보기 프로젝트 열기: omnius-labs/core

공개 메소드들

메소드 설명
ReadLineAsync ( CancellationToken, cancellationToken = default ) : string
SocketLineReader ( Socket, socket, Encoding, encoding ) : System.Net.Sockets

보호된 메소드들

메소드 설명
OnDispose ( bool isDisposing ) : void

메소드 상세

OnDispose() 보호된 메소드

protected OnDispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

ReadLineAsync() 공개 메소드

public ReadLineAsync ( CancellationToken, cancellationToken = default ) : string
cancellationToken CancellationToken,
리턴 string

SocketLineReader() 공개 메소드

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