Click or drag to resize

CefRequestSet Method

Set all values at one time.

Namespace: Internal.Xilium.CefGlue
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public void Set(
	string url,
	string method,
	CefPostData postData,
	NameValueCollection headers
)

Parameters

url  String
 
method  String
 
postData  CefPostData
 
headers  NameValueCollection
 
See Also