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

◆ pDataChunks

unsafe global.Interop.HttpApi.HTTP_DATA_CHUNK* System.Net.HttpResponseStreamAsyncResult.pDataChunks
getpackage

Definition at line 32 of file HttpResponseStreamAsyncResult.cs.

33 {
34 get
35 {
36 if (_dataChunks == null)
37 {
38 return null;
39 }
40 return (global::Interop.HttpApi.HTTP_DATA_CHUNK*)(void*)Marshal.UnsafeAddrOfPinnedArrayElement(_dataChunks, 0);
41 }
42 }
readonly global::Interop.HttpApi.HTTP_DATA_CHUNK[] _dataChunks
static unsafe IntPtr UnsafeAddrOfPinnedArrayElement(Array arr, int index)
Definition Marshal.cs:775

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