1 write to bytesRead
System.ServiceModel (1)
System\ServiceModel\Channels\Connection.cs (1)
511
bytesRead
= connection.EndRead();
2 references to bytesRead
System.ServiceModel (2)
System\ServiceModel\Channels\Connection.cs (2)
512
Buffer.BlockCopy(connection.AsyncReadBuffer, 0, buffer, offset,
bytesRead
);
518
return thisPtr.
bytesRead
;