C# Class PRI.ProductivityExtensions.SocketAsyncEventArgsExtensions.SocketAsyncEventArgsable

Class that contains extension methods that extend SocketAsyncEventArgs
Afficher le fichier Open project: peteraritchie/ProductivityExtensions

Méthodes publiques

Méthode 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 méthode

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
Résultat void