6 references to WINHTTP_ASYNC_RESULT
System.Net.Http.WinHttpHandler (6)
System\Net\Http\WinHttpRequestCallback.cs (5)
111
statusInformationLength == Marshal.SizeOf<Interop.WinHttp.
WINHTTP_ASYNC_RESULT
>(),
113
" must be sizeof(WINHTTP_ASYNC_RESULT)=" + Marshal.SizeOf<Interop.WinHttp.
WINHTTP_ASYNC_RESULT
>());
115
var
asyncResult = Marshal.PtrToStructure<Interop.WinHttp.
WINHTTP_ASYNC_RESULT
>(statusInformation);
438
private static void OnRequestError(WinHttpRequestState state, Interop.WinHttp.
WINHTTP_ASYNC_RESULT
asyncResult)
System\Net\Http\WinHttpTraceHelper.cs (1)
22
public static void TraceAsyncError(object thisOrContextObject, Interop.WinHttp.
WINHTTP_ASYNC_RESULT
asyncResult, [CallerMemberName] string? memberName = null)