Click or drag to resize

NetworkClientSetAcceptedEncodingsAsync Method

Version 130.1.90
Sets a list of content encodings that will be accepted. Empty list means no encoding is accepted.

Namespace: CefSharp.DevTools.Network
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public Task<DevToolsMethodResponse> SetAcceptedEncodingsAsync(
	ContentEncoding[] encodings
)

Parameters

encodings  ContentEncoding
List of accepted content encodings.

Return Value

TaskDevToolsMethodResponse
returns System.Threading.Tasks.Task<DevToolsMethodResponse>
See Also