Base:
method
BeginWrite
System.IO.Stream.BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
3 references to BeginWrite
System (3)
net\System\Net\_CommandStream.cs (1)
236BeginWrite(sendBuffer, 0, sendBuffer.Length, m_WriteCallbackDelegate, this);
net\System\Net\_ConnectStream.cs (2)
1095m_Connection.BeginWrite(buffer, offset, size, m_WriteCallbackDelegate, asyncResult); 2449m_Connection.BeginWrite(NclConstants.ChunkTerminator, 0, NclConstants.ChunkTerminator.Length, new AsyncCallback(ResumeClose_Part2_Wrapper), userResult);