eSeGeCe Blog

发布说明、深度解析与教程,涵盖 sgcWebSockets、sgcHTML、sgcOpenAPI、sgcSign、sgcBiometrics 和 sgcIndy。

· Features

Apple Push Notifications - 注册您的应用(第 1/4 部分)| eSeGeCe 博客

sgcWebSockets 库支持 HTTP/2 协议,以下文章将介绍如何使用 sgcWebSockets 发送 Apple 推送通知……

· Features

Apple Push Notifications - 发送 HTTP/2 通知(第 2/4 部分)| eSeGeCe 博客

本文介绍如何使用 sgcWebSockets HTTP/2 客户端向 APNs 发送推送通知……

· Features

Apple Push Notifications - 基于 Token 的 APNs 连接(第 3/4 部分)| eSeGeCe 博客

本文介绍如何配置 sgcWebSockets JWT 客户端向 APNs 发送经身份验证的 HTTP/2 请求……

· Features

OAuth2 客户端凭证 | eSeGeCe 博客

在 Delphi 中实现 OAuth2 客户端凭证流程

· Features

HTTP POST 大文件 | eSeGeCe 博客

如何使用 sgcWebSockets 通过 HTTP POST 上传大文件

· Releases

openSSL 1.1.1k | eSeGeCe 博客

最新 openSSL 库已编译更新,适用于持有有效许可证的 sgcWebSockets 用户...

· Releases

sgcWebSockets 4.4.8 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.8:[+] : New Component TsgcHTTP_JWT_Client, allows to encode and sign JWT Tokens as Authentication Bearers in...

· Components

JWT Delphi 客户端 | eSeGeCe 博客

在 Delphi 中实现 JWT 客户端身份验证

· Components

JWT Delphi 服务器 | eSeGeCe 博客

在 Delphi 中搭建 JWT 服务器

· Components

WebSocket 在 .NET 中发送文件 | eSeGeCe 博客

了解如何使用 sgcWebSockets .NET 库通过 WebSocket 发送文件。

· Components

Kraken 期货 API | eSeGeCe 博客

在 Delphi 中使用 Kraken 期货 API

· Features

OpenSSL 完美前向保密 | eSeGeCe 博客

从 sgcWebSockets 4.4.8 起改进连接安全性,包括完美前向保密功能...

· Components

Coinbase Pro REST API | eSeGeCe 博客

从 sgcWebSockets 4.4.8 起,完整支持 Coinbase Pro REST API……

· Features

WebSocket 掩码消息 | eSeGeCe 博客

了解 WebSocket 掩码消息的工作原理以及如何在 sgcWebSockets 中配置它。

· Releases

sgcWebSockets 4.4.7 | eSeGeCe 博客

Here is the comprehensive list of new features and bug fixes included in sgcWebSockets 4.4.7:[+] : New Client Component TsgcWSAPI_Coinbase, Coinbase is a platform that allows to buy, sell and store c...

· Features

SChannel 证书 | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,支持使用 SChannel 作为加密库的证书。SChannel 实现支持 2 种证书身份验证类型:1. 使用 PFX 证书。2. ……

· Components

Socket.IO 3 API 支持 | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,支持 Socket.IO 3 API。现在默认情况下,当您创建 Socket.IO 客户端实例时,它已针对 API 3.* 进行了配置。示例 请参阅以下关于如何连接 Socket.IO API 3 服务器的简单示例...

· Features

Binance 期货 API:USDT 和 COIN | eSeGeCe 博客

从 sgcWebSockets 4.4.7 开始,Binance 的两个期货 API 均受支持:USDT 和 COIN。USD 期货:https://binance-docs.github.io/apidocs/futures/en COIN 期货:https://binance-docs.github.io/apidocs/del……

· Components

Coinbase WebSocket API | eSeGeCe 博客

从 sgcWebSockets 4.4.7 起,支持 Coinbase WebSocket API……

· Features

Telegram Bot 找不到聊天 | eSeGeCe 博客

当您以机器人身份登录时,无法使用 GetChats 方法,因此您无法获取所有可用聊天记录。如果这是您第一次以机器人身份登录并尝试向已知聊天发送消息,您将收到此错误...

· Features

Telegram 发送粗体和斜体消息 | eSeGeCe 博客

了解如何使用 Telegram API 发送包含粗体和斜体格式的消息。

· Features

AWS Cognito 与 OAuth2 | eSeGeCe 博客

sgcWebSockets 库在服务器和客户端组件中支持 OAuth2 身份验证。下一版本将包含 AWS Cognito 服务所需的一项新功能:当您尝试通过 OAuth2 对 Cognito 进行身份验证……

· Features

HTTP/2 备用服务 | eSeGeCe 博客

Alt-Svc HTTP 头部用于告知客户端,同一资源可通过另一服务或协议访问。例如,若您希望告知 HTTP 客户端您的服务器支持 HTTP/2,可使用 Alt-Svc 头部……

· Features

WebSocket 客户端:连接前和 WatchDog 前事件 | eSeGeCe 博客

了解 sgcWebSockets 中 BeforeConnect 和 BeforeWatchDog 事件的使用方法。