Base:
method
BeginRead
System.IO.Stream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
1 reference to BeginRead
System (1)
net\System\Net\WebSockets\WebSocketHttpListenerDuplexStream.cs (1)
335return m_InputStream.BeginRead(buffer, offset, count, callback, state);