[To be supplied.]
[Visual Basic] Public Function BeginSend( _ ByVal writeBuffer As Array, _ ByVal index As Integer, _ ByVal size As Integer, _ ByVal callback As AsyncCallback, _ ByVal state As Object _ ) As IAsyncResult [C#] public IAsyncResult BeginSend( Array writeBuffer, int index, int size, AsyncCallback callback, object state ); [C++] public: IAsyncResult* BeginSend( Array* writeBuffer, int index, int size, AsyncCallback* callback, Object* state ); [JScript] public function BeginSend( writeBuffer : Array, index : int, size : int, callback : AsyncCallback, state : Object ) : IAsyncResult;
Socket Class | Socket Members | System.Net.Sockets Namespace