UtilGeckoFxDefaultSslProxy Property
Gets or sets the default SSL proxy for GeckoFx web-browsers.
Namespace: DevCase.ThirdParty.GeckoFxAssembly: DevCase.net48.ThirdParty.GeckoFx (in DevCase.net48.ThirdParty.GeckoFx.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static KeyValuePair<string, int> DefaultSslProxy { get; set; }
Public Shared Property DefaultSslProxy As KeyValuePair(Of String, Integer)
Get
Set
Dim value As KeyValuePair(Of String, Integer)
value = UtilGeckoFx.DefaultSslProxy
UtilGeckoFx.DefaultSslProxy = value
public:
static property KeyValuePair<String^, int> DefaultSslProxy {
KeyValuePair<String^, int> get ();
void set (KeyValuePair<String^, int> value);
}
static member DefaultSslProxy : KeyValuePair<string, int> with get, set
No code example is currently available or this language may not be supported.
Property Value
KeyValuePairString,
Int32
The default SSL proxy.
Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:
Geckofx60.64 by geckofx