ServerPipesPoolKey Property |
Gets and sets the pooling key for this server pipe.
Namespace: FiddlerAssembly: FiddlerCore4 (in FiddlerCore4.dll) Version: 4.6.2.0
Syntax public string sPoolKey { get; }
Public ReadOnly Property sPoolKey As String
Get
public:
property String^ sPoolKey {
String^ get ();
}
Property Value
Type:
StringExamples
direct->{http|https}/{serverhostname}:{serverport}
gw:{gatewayaddr:port}->*
gw:{gatewayaddr:port}->{http|https}/{serverhostname}:{serverport}
socks:{gatewayaddr:port}->{http|https}/{serverhostname}:{serverport}
See Also