Base:
method
BeginWrite
System.IO.Stream.BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
1 override of BeginWrite
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1692public override IAsyncResult BeginWrite(byte[] buffer, int offset, int count, AsyncCallback callback, object state)
1 reference to BeginWrite
System.ServiceModel (1)
System\ServiceModel\Channels\SingletonConnectionReader.cs (1)
1695return base.BeginWrite(buffer, offset, count, callback, state);