5 references to FreeBytes
System.ServiceModel (5)
System\ServiceModel\Channels\BufferedOutputAsyncStream.cs (5)
252
int freeBytes = currentBuffer.
FreeBytes
; // space left in the CurrentBuffer
262
if (currentBuffer.
FreeBytes
== 0)
329
if (currentBuffer.
FreeBytes
== 0)
388
int freeBytes = currentBuffer.
FreeBytes
; // space left in the CurrentBuffer
399
if (currentBuffer.
FreeBytes
== 0)