C# Class PRI.ProductivityExtensions.SocketAsyncEventArgsExtensions.SocketAsyncEventArgsable

Class that contains extension methods that extend SocketAsyncEventArgs
Mostra file Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
SetBuffer ( this socketasynceventargs, Byte buffer ) : void

Extends SetBuffer so that buffer offset of 0 and call to Array.Length are not needed. socketasynceventargs.SetBuffer(buffer);

Method Details

SetBuffer() public static method

Extends SetBuffer so that buffer offset of 0 and call to Array.Length are not needed. socketasynceventargs.SetBuffer(buffer);
public static SetBuffer ( this socketasynceventargs, Byte buffer ) : void
socketasynceventargs this
buffer Byte
return void