Property | Type | Description | |
---|---|---|---|
OnAccepted | Action |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Listen ( |
||
RioTcpListener ( |
Method | Description | |
---|---|---|
SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool |
Method | Description | |
---|---|---|
AcceptIocpComplete ( object o ) : void | ||
BeginAccept ( RioSharp.RioConnectionOrientedSocket acceptSocket ) : void | ||
FinalizeRecycle ( RioSharp.RioConnectionOrientedSocket socket ) : void | ||
InitializeSocket ( RioSharp.RioConnectionOrientedSocket socket ) : void |
public Listen ( |
||
localEP | ||
backlog | int | |
return | void |
public RioTcpListener ( |
||
sendPool | ||
revicePool | ||
socketCount | uint | |
maxOutstandingReceive | uint | |
maxOutstandingSend | uint | |
return | System |
protected SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
error | int | |
socket | RioSharp.RioConnectionOrientedSocket | |
status | byte | |
return | bool |
protected SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
socket | RioSharp.RioConnectionOrientedSocket | |
status | byte | |
return | bool |