Property | Type | Description | |
---|---|---|---|
socketIocp |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
RioConnectionOrientedSocketPool ( |
Method | Description | |
---|---|---|
SocketIocpComplete ( object o ) : void | ||
SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool |
Method | Description | |
---|---|---|
BeginRecycle ( RioSharp.RioConnectionOrientedSocket socket, bool force ) : void | ||
EndRecycle ( RioSharp.RioConnectionOrientedSocket socket, bool async ) : void | ||
FinalizeRecycle ( RioSharp.RioConnectionOrientedSocket socket ) : void | ||
InitializeSocket ( RioSharp.RioConnectionOrientedSocket socket ) : void | ||
Timeout ( ) : Task |
public RioConnectionOrientedSocketPool ( |
||
sendPool | ||
revicePool | ||
socketCount | uint | |
adressFam | ADDRESS_FAMILIES | |
sockType | SOCKET_TYPE | |
protocol | PROTOCOL | |
maxOutstandingReceive | uint | |
maxOutstandingSend | uint | |
return | System |
protected SocketIocpComplete ( object o ) : void | ||
o | object | |
return | void |
protected abstract SocketIocpError ( int error, RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
error | int | |
socket | RioSharp.RioConnectionOrientedSocket | |
status | byte | |
return | bool |
protected abstract SocketIocpOk ( RioSharp.RioConnectionOrientedSocket socket, byte status ) : bool | ||
socket | RioSharp.RioConnectionOrientedSocket | |
status | byte | |
return | bool |