Method | Description | |
---|---|---|
BufferManager ( int totalBytes, int bufferSize ) : System | ||
FreeBuffer ( |
Removes the buffer from a SocketAsyncEventArg object. This frees the buffer back to the buffer pool
|
|
InitBuffer ( ) : void |
Allocates buffer space used by the buffer pool
|
|
SetBuffer ( |
Assigns a buffer from the buffer pool to the specified SocketAsyncEventArgs object
|
public BufferManager ( int totalBytes, int bufferSize ) : System | ||
totalBytes | int | |
bufferSize | int | |
return | System |
public FreeBuffer ( |
||
args | ||
return | void |
public SetBuffer ( |
||
args | ||
return | bool |