Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Interop.WinHttp Class Reference

Classes

class  SafeWinHttpHandle
 
struct  WINHTTP_AUTOPROXY_OPTIONS
 
struct  WINHTTP_CURRENT_USER_IE_PROXY_CONFIG
 
struct  WINHTTP_PROXY_INFO
 

Public Member Functions

static SafeWinHttpHandle WinHttpOpen (IntPtr userAgent, uint accessType, string proxyName, string proxyBypass, int flags)
 
static bool WinHttpCloseHandle (IntPtr handle)
 
static bool WinHttpGetIEProxyConfigForCurrentUser (out WINHTTP_CURRENT_USER_IE_PROXY_CONFIG proxyConfig)
 
static bool WinHttpGetProxyForUrl (SafeWinHttpHandle sessionHandle, string url, ref WINHTTP_AUTOPROXY_OPTIONS autoProxyOptions, out WINHTTP_PROXY_INFO proxyInfo)
 

Detailed Description

Definition at line 9 of file Interop.cs.


The documentation for this class was generated from the following file: