Click or drag to resize

RequestContextBuilderWithProxyServer Method (String, String, NullableInt32)

Version 85.3.121

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

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

Parameters

scheme
Type: SystemString

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

host
Type: SystemString

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

port
Type: SystemNullableInt32

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

Return Value

Type: RequestContextBuilder

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

See Also