Click or drag to resize
ProxyFindGatewayForOrigin Method
This function, when given a scheme host[:port], returns the gateway information of the proxy to forward requests to.

Namespace: Fiddler
Assembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax
public IPEndPoint FindGatewayForOrigin(
	string sURIScheme,
	string sHostAndPort
)

Parameters

sURIScheme
Type: SystemString
URIScheme: use http, https, or ftp
sHostAndPort
Type: SystemString
Host for which to return gateway information

Return Value

Type: IPEndPoint
IPEndPoint of gateway to use, or NULL
See Also