Click or drag to resize

NetworkClientDeleteCookiesAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

Namespace:  CefSharp.DevTools.Network
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<DevToolsMethodResponse> DeleteCookiesAsync(
	string name,
	string url = null,
	string domain = null,
	string path = null
)

Parameters

name
Type: SystemString

[Missing <param name="name"/> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

url (Optional)
Type: SystemString

[Missing <param name="url"/> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

domain (Optional)
Type: SystemString

[Missing <param name="domain"/> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

path (Optional)
Type: SystemString

[Missing <param name="path"/> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

Return Value

Type: TaskDevToolsMethodResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Network.NetworkClient.DeleteCookiesAsync(System.String,System.String,System.String,System.String)"]

See Also