Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ dataChunkCount

ushort System.Net.HttpResponseStreamAsyncResult.dataChunkCount
getpackage

Definition at line 20 of file HttpResponseStreamAsyncResult.cs.

21 {
22 get
23 {
24 if (_dataChunks == null)
25 {
26 return 0;
27 }
28 return (ushort)_dataChunks.Length;
29 }
30 }
readonly global::Interop.HttpApi.HTTP_DATA_CHUNK[] _dataChunks

Referenced by System.Net.HttpResponseStream.BeginWriteCore().