Click or drag to resize
WinINETProxyInfoGetFromWinINET Method
Fills this WinINETProxyInfo instance with settings from specified WinINET connection.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public bool GetFromWinINET(
	string sConnectionName
)

Parameters

sConnectionName
Type: SystemString
Name of the connection. Pass NULL for LAN connection.

Return Value

Type: Boolean
TRUE if the settings were successfully retrieved.
See Also