C# Class RioSharp.RioSocketPool

Inheritance: IDisposable
Afficher le fichier Open project: aL3891/RioSharp Class Usage Examples

Protected Properties

Свойство Type Description
MaxOutstandingReceive uint
SendCompletionQueue System.IntPtr
adressFam ADDRESS_FAMILIES
protocol PROTOCOL
sockType SOCKET_TYPE

Méthodes publiques

Méthode Description
Dispose ( ) : void
PreAllocateWrite ( byte buffer ) : RioBufferSegment
RioSocketPool ( RioFixedBufferPool sendPool, RioFixedBufferPool receivePool, ADDRESS_FAMILIES adressFam, SOCKET_TYPE sockType, PROTOCOL protocol, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024, uint maxSockets = 256, int adressBufferSize = 1024 ) : System

Private Methods

Méthode Description
ProcessReceiveCompletes ( object o ) : void
ProcessSendCompletes ( object o ) : void
RioSocketPool ( ) : System

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PreAllocateWrite() public méthode

public PreAllocateWrite ( byte buffer ) : RioBufferSegment
buffer byte
Résultat RioBufferSegment

RioSocketPool() public méthode

public RioSocketPool ( RioFixedBufferPool sendPool, RioFixedBufferPool receivePool, ADDRESS_FAMILIES adressFam, SOCKET_TYPE sockType, PROTOCOL protocol, uint maxOutstandingReceive = 1024, uint maxOutstandingSend = 1024, uint maxSockets = 256, int adressBufferSize = 1024 ) : System
sendPool RioFixedBufferPool
receivePool RioFixedBufferPool
adressFam ADDRESS_FAMILIES
sockType SOCKET_TYPE
protocol PROTOCOL
maxOutstandingReceive uint
maxOutstandingSend uint
maxSockets uint
adressBufferSize int
Résultat System

Property Details

MaxOutstandingReceive protected_oe property

protected uint MaxOutstandingReceive
Résultat uint

SendCompletionQueue protected_oe property

protected IntPtr,System SendCompletionQueue
Résultat System.IntPtr

adressFam protected_oe property

protected ADDRESS_FAMILIES adressFam
Résultat ADDRESS_FAMILIES

protocol protected_oe property

protected PROTOCOL protocol
Résultat PROTOCOL

sockType protected_oe property

protected SOCKET_TYPE sockType
Résultat SOCKET_TYPE