public class TcpClient
Modifier and Type | Field |
---|---|
Socket |
_socket
|
NetworkStream |
_stream
|
Modifier and Type | Constructor / Static Method |
---|---|
TcpClient |
constructor()
|
internal TcpClient |
new(Socket socket)
|
TcpClient |
connect(String address, IntNumber port)
|
Modifier and Type | Property |
---|---|
set |
Blocking(BoolValue val)
|
set |
Nodelay(BoolValue val)
|
get BoolValue |
Available()
|
Modifier and Type | Method |
---|---|
|
close()
|
NetworkStream |
stream()
|
public class TcpClientException
Modifier and Type | Constructor / Static Method |
---|---|
TcpClientException |
new(String s)
|
public class TcpListener
Modifier and Type | Constructor / Static Method |
---|---|
TcpListener |
new(IntNumber port)
|
TcpListener |
new(IntNumber port, BoolValue noDelayMode)
|
Modifier and Type | Property |
---|---|
get BoolValue |
Pending()
|
Modifier and Type | Method |
---|---|
|
stop()
|
Socket |
acceptSocket()
|
Task<system'net'Socket> |
acceptSocketAsync()
|
TcpClient |
acceptTcpClient()
|
Task<net'TcpClient> |
acceptTcpClientAsync()
|
|
start()
|
|
close()
|