1 instantiation of Native
System.Net.Http.WinHttpHandler (1)
src\runtime\src\libraries\Common\src\Interop\Windows\WinHttp\Interop.winhttp_types.cs (1)
269
public static Native ConvertToUnmanaged(WINHTTP_AUTOPROXY_OPTIONS managed) =>
new
(managed);
5 references to Native
System.Net.Http.WinHttpHandler (5)
_generated\0\LibraryImports.g.cs (2)
1255
global::Interop.WinHttp.WINHTTP_AUTOPROXY_OPTIONS.Marshaller.
Native
__autoProxyOptions_native = default;
1292
static extern unsafe int __PInvoke(nint __sessionHandle_native, ushort* __url_native, global::Interop.WinHttp.WINHTTP_AUTOPROXY_OPTIONS.Marshaller.
Native
* __autoProxyOptions_native, global::Interop.WinHttp.WINHTTP_PROXY_INFO* __proxyInfo_native);
src\runtime\src\libraries\Common\src\Interop\Windows\WinHttp\Interop.winhttp_types.cs (3)
269
public static
Native
ConvertToUnmanaged(WINHTTP_AUTOPROXY_OPTIONS managed) => new(managed);
271
public static WINHTTP_AUTOPROXY_OPTIONS ConvertToManaged(
Native
native) => native.ToManaged();
273
public static void Free(
Native
native) => native.FreeNative();