Base:
method
BeginRead
System.IO.Stream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
3 references to BeginRead
System (3)
net\System\Net\_CommandStream.cs (2)
529BeginRead(state.Buffer, 0, state.Buffer.Length, m_ReadCallbackDelegate, state); 633BeginRead(state.Buffer, 0, state.Buffer.Length, m_ReadCallbackDelegate, state);
net\System\Net\_ConnectStream.cs (1)
1789IAsyncResult asyncResult = m_Connection.BeginRead(buffer, offset, bytesToRead, callback, state);