Click or drag to resize

RequestContextBuilderWithProxyServer Method

Version 96.0.142
Overload List
  NameDescription
Public methodWithProxyServer(String)
Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Public methodWithProxyServer(String, NullableInt32)
Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Public methodWithProxyServer(String, String, NullableInt32)
Set the Proxy server when the RequestContext is initialzied. If value is null the preference will be restored to its default value. If setting the preference fails no error is throw, you must check the CEF Log file. Proxy set via the command-line cannot be modified.
Top
See Also