ProxyFindGatewayForOrigin Method |
This function, when given a scheme host[:port], returns the gateway information of the proxy to forward requests to.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public IPEndPoint FindGatewayForOrigin(
string sURIScheme,
string sHostAndPort
)
Public Function FindGatewayForOrigin (
sURIScheme As String,
sHostAndPort As String
) As IPEndPoint
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:
IPEndPointIPEndPoint of gateway to use, or NULL
See Also