资源简介
这是一个封装了Chromium 框架的 .NET 类库。从而可以方便的使用 cefsharp相关的功能

代码片段和文件信息
// Copyright © 2017 The CefSharp Authors. All rights reserved.
//
// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
namespace CefSharp
{
///
/// Async extensions for different interfaces
///
public static class AsyncExtensions
{
///
/// Deletes all cookies that matches all the provided parameters asynchronously.
/// If both and are empty all cookies will be deleted.
///
/// cookie manager
/// The cookie URL. If an empty string is provided any URL will be matched.
/// The name of the cookie. If an empty string is provided any URL will be matched.
/// Returns -1 if a non-empty invalid URL is specified or if cookies cannot be accessed;
/// otherwise a task that represents the delete operation. The value of the TResult will be the number of cookies that were deleted or -1 if unknown.
public static Task DeleteCookiesAsync(this ICookieManager cookieManager string url = null string name = null)
{
if (cookieManager == null)
{
throw new NullReferenceException(“cookieManager“);
}
if (cookieManager.IsDisposed)
{
throw new objectDisposedException(“cookieManager“);
}
var callback = new TaskDeleteCookiesCallback();
if (cookieManager.DeleteCookies(url name callback))
{
return callback.Task;
}
//There was a problem deleting cookies
return Task.FromResult(TaskDeleteCookiesCallback.InvalidNoOfCookiesDeleted);
}
///
/// Sets a cookie given a valid URL and explicit user-provided cookie attributes.
/// This function expects each attribute to be well-formed. It will check for disallowed
/// characters (e.g. the ‘;‘ character is disallowed within the cookie value attribute) and will return false without setting
///
/// cookie manager
/// The cookie URL. If an empty string is provided any URL will be matched.
/// the cookie to be set
/// returns false if the cookie cannot be set (e.g. if illegal charecters such as ‘;‘ are used);
/// otherwise task that represents the set operation. The value of the TResult parameter contains a bool to indicate success.
public static Task SetCookieAsync(this ICookieManager cookieManager string url Cookie cookie)
{
if (cookieManager == null)
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-03-10 01:39 CefSharp-master\
文件 8964 2019-03-10 01:39 CefSharp-master\.editorconfig
文件 172 2019-03-10 01:39 CefSharp-master\.gitattributes
目录 0 2019-03-10 01:39 CefSharp-master\.github\
文件 1217 2019-03-10 01:39 CefSharp-master\.github\config.yml
文件 711 2019-03-10 01:39 CefSharp-master\.github\no-response.yml
文件 1077 2019-03-10 01:39 CefSharp-master\.github\support.yml
文件 490 2019-03-10 01:39 CefSharp-master\.gitignore
文件 270 2019-03-10 01:39 CefSharp-master\Build.bat
文件 10516 2019-03-10 01:39 CefSharp-master\CONTRIBUTING.md
目录 0 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\
文件 888 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\AssemblyInfo.cpp
目录 0 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\
文件 1498 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 1332 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 3141 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 1701 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 789 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 1007 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 1352 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 1542 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\Async\ja
文件 30012 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\CefAppUnmanagedWrapper.cpp
文件 4068 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\CefAppUnmanagedWrapper.h
文件 2048 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\CefBrowserWrapper.h
文件 13794 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\CefSharp.BrowserSubprocess.Core.vcxproj
文件 6062 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\CefSharp.BrowserSubprocess.Core.vcxproj.filters
文件 1398 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\ja
文件 1702 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\ja
文件 1154 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\ja
文件 2515 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\ja
文件 1348 2019-03-10 01:39 CefSharp-master\CefSharp.BrowserSubprocess.Core\ja
............此处省略701个文件信息
相关资源
- USB.Over.Network.Server 注册机
- dotnet 写字板 实验 源代码 不好请要不
- .net面试简历内容非常细致
- .net网站服装销售系统(MVC)
-
分别适用于.NET fr
amework 2.0和4.0的E -
安装 .net fr
amework 4.0失败原因是KB9 - vs2005骑士巡游问题-分治法C
- 企业销售管理信息系统(全套)
- 选择题自动考试系统
- EXCEL文件转换成固定的格式的文本格式
- .net计件工资管理程序 啊
- powerdatagrid控件 源码
- SunnyUI.Net
- .NET WinForm 和 WPF 的UI界面库,收集整合
- Oxford Industries 采用 Microsoft.NET 平台实
- ssk皮肤
- dotnetfx_cleanup_tool .NET删除工具
- 《WCF服务编程(第三版)》.pdf
- 初学Visual Basic 2010代码
- 网上购物商城系统完整版
- Butterfly.net通过按需计算推动下一代游
- artnet 开发包
- Apress.Exploring.the.NET.Core.3.0.Runtime.pdf
- .NET工作流源码架构100%可用
- AForge .net 最新版 2.2.5
- 基于.net开发的旅游网站系统
- .net mvc3完整案例
- .NET学校网站源码
- Eazfuscator.NET 2019.1+注册机
- Luence的与盘古分词的使用软件
评论
共有 条评论