1 write to Bytes
System.Net.HttpListener (1)
System\Net\Managed\ChunkStream.cs (1)
61
Bytes
= chunk;
7 references to Bytes
System.Net.HttpListener (7)
System\Net\Managed\ChunkStream.cs (7)
66
int nread = (size >
Bytes
.Length - Offset) ?
Bytes
.Length - Offset : size;
67
Buffer.BlockCopy(
Bytes
, Offset, buffer, offset, nread);
116
if (chunk.Offset == chunk.
Bytes
.Length)
200
if (ch == null || ch.
Bytes
== null)
202
if (ch.
Bytes
.Length > 0 && ch.Offset < ch.
Bytes
.Length)