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

◆ HttpRequestStreamAsyncResult() [3/3]

unsafe System.Net.HttpRequestStream.HttpRequestStreamAsyncResult.HttpRequestStreamAsyncResult ( ThreadPoolBoundHandle boundHandle,
object asyncObject,
object userState,
AsyncCallback callback,
byte[] buffer,
int offset,
uint size,
uint dataAlreadyRead )
inlinepackage

Definition at line 34 of file HttpRequestStream.cs.

35 : base(asyncObject, userState, callback)
36 {
37 _dataAlreadyRead = dataAlreadyRead;
38 _boundHandle = boundHandle;
41 }
static unsafe readonly IOCompletionCallback s_IOCallback
static unsafe IntPtr UnsafeAddrOfPinnedArrayElement(Array arr, int index)
Definition Marshal.cs:775
unsafe NativeOverlapped * AllocateNativeOverlapped(IOCompletionCallback callback, object? state, object? pinData)

References System.Net.HttpRequestStream.HttpRequestStreamAsyncResult._boundHandle, System.Net.HttpRequestStream.HttpRequestStreamAsyncResult._dataAlreadyRead, System.Net.HttpRequestStream.HttpRequestStreamAsyncResult._pOverlapped, System.Net.HttpRequestStream.HttpRequestStreamAsyncResult._pPinnedBuffer, System.Threading.ThreadPoolBoundHandle.AllocateNativeOverlapped(), System.buffer, System.offset, System.Net.HttpRequestStream.HttpRequestStreamAsyncResult.s_IOCallback, and System.Runtime.InteropServices.Marshal.UnsafeAddrOfPinnedArrayElement().