Méthode | Description | |
---|---|---|
AddClient ( |
||
AddLocalChannel ( IChannel channel ) : ITcpServerSocketModel | ||
ClearMessages ( ) : ITcpServerSocketModel | ||
ImmutableTcpServerSocketModel ( ) : System.Collections.Generic | ||
ImmutableTcpServerSocketModel ( IChannel self, |
||
ImmutableTcpServerSocketModel ( IChannel self, |
||
ReceiveMessages ( ) : ITcpServerSocketModel | ||
RemoveClient ( |
||
RemoveLocalChannel ( IChannel channel ) : ITcpServerSocketModel | ||
SetOwnAddress ( |
||
SetSelf ( IChannel self ) : ITcpServerSocketModel |
MUTABLE, due to weird setup issue on bind.
|
|
ToString ( ) : string | ||
WriteMessages ( ) : ITcpServerSocketModel |
public AddClient ( |
||
endpoint | ||
Résultat | ITcpServerSocketModel |
public AddLocalChannel ( IChannel channel ) : ITcpServerSocketModel | ||
channel | IChannel | |
Résultat | ITcpServerSocketModel |
public ClearMessages ( ) : ITcpServerSocketModel | ||
Résultat | ITcpServerSocketModel |
public ImmutableTcpServerSocketModel ( ) : System.Collections.Generic | ||
Résultat | System.Collections.Generic |
public ImmutableTcpServerSocketModel ( IChannel self, |
||
self | IChannel | |
endpoint | ||
Résultat | System.Collections.Generic |
public ImmutableTcpServerSocketModel ( IChannel self, |
||
self | IChannel | |
endpoint | ||
remoteClients | IReadOnlyList |
|
lastReceivedMessages | IReadOnlyList |
|
writtenMessages | IReadOnlyList |
|
localChannels | IReadOnlyList |
|
Résultat | System.Collections.Generic |
public ReceiveMessages ( ) : ITcpServerSocketModel | ||
Résultat | ITcpServerSocketModel |
public RemoveClient ( |
||
endpoint | ||
Résultat | ITcpServerSocketModel |
public RemoveLocalChannel ( IChannel channel ) : ITcpServerSocketModel | ||
channel | IChannel | |
Résultat | ITcpServerSocketModel |
public SetOwnAddress ( |
||
endpoint | ||
Résultat | ITcpServerSocketModel |
public SetSelf ( IChannel self ) : ITcpServerSocketModel | ||
self | IChannel | |
Résultat | ITcpServerSocketModel |
public WriteMessages ( ) : ITcpServerSocketModel | ||
Résultat | ITcpServerSocketModel |