Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Library
Net
Proxy
SocketLineReader
C# Class Library.Net.Proxy.SocketLineReader
Inheritance:
Library.ManagerBase
Exibir arquivo
Open project: Alliance-Network/Library
Class Usage Examples
Public Methods
Method
Description
ReadLine
( ) :
string
SocketLineReader
(
Socket
socket
,
Encoding
encoding
) :
System
Protected Methods
Method
Description
Dispose
(
bool
disposing
) :
void
Method Details
Dispose()
protected
method
protected
Dispose
(
bool
disposing
) :
void
disposing
bool
return
void
ReadLine()
public
method
public
ReadLine
( ) :
string
return
string
SocketLineReader()
public
method
public
SocketLineReader
(
Socket
socket
,
Encoding
encoding
) :
System
socket
System.Net.Sockets.Socket
encoding
System.Text.Encoding
return
System