Click or drag to resize

RequestContextBuilder.WithProxyServer Method (String, Nullable<Int32>)

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.RequestContextBuilder.WithProxyServer(System.String,System.Nullable{System.Int32})"]

Namespace:  CefSharp
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 86.0.240.0
Syntax
public RequestContextBuilder WithProxyServer(
	string host,
	Nullable<int> port
)

Parameters

host
Type: System.String

[Missing <param name="host"/> documentation for "M:CefSharp.RequestContextBuilder.WithProxyServer(System.String,System.Nullable{System.Int32})"]

port
Type: System.Nullable<Int32>

[Missing <param name="port"/> documentation for "M:CefSharp.RequestContextBuilder.WithProxyServer(System.String,System.Nullable{System.Int32})"]

Return Value

Type: RequestContextBuilder

[Missing <returns> documentation for "M:CefSharp.RequestContextBuilder.WithProxyServer(System.String,System.Nullable{System.Int32})"]

See Also