Click or drag to resize
WinINETProxyInfoCreateFromNamedConnection Method
Gathers proxy information from a named connection.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public static WinINETProxyInfo CreateFromNamedConnection(
	string sConnectionName
)

Parameters

sConnectionName
Type: SystemString
Pass DefaultLAN to look for the "null" connection

Return Value

Type: WinINETProxyInfo
Proxy info, or null
See Also