This page has been translated automatically.
视频教程
界面
要领
高级
实用建议
UnigineEditor
界面概述
资产工作流程
设置和首选项
项目开发
调整节点参数
Setting Up Materials
Setting Up Properties
照明
Landscape Tool
Sandworm
使用编辑器工具执行特定任务
Extending Editor Functionality
嵌入式节点类型
Nodes
Objects
Effects
Decals
光源
Geodetics
World Nodes
Sound Objects
Pathfinding Objects
Players
编程
基本原理
搭建开发环境
Usage Examples
C++
C#
UnigineScript
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine Tools
GUI
双精度坐标
应用程序接口
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
IG Plugin
CIGIConnector Plugin
Rendering-Related Classes
创建内容
Content Optimization
Materials
Material Nodes Library
Miscellaneous
Input
Math
Matrix
Textures
Art Samples
Tutorials
注意! 这个版本的文档是过时的,因为它描述了一个较老的SDK版本!请切换到最新SDK版本的文档。
注意! 这个版本的文档描述了一个不再受支持的旧SDK版本!请升级到最新的SDK版本。

SSLSocket 插件

警告
本文介绍的功能在 Community SDK 版本中不可用。
您应该升级到 Engineering / Sim SDK版本才能使用它。

The SSLSocket plugin allows initializing of the secure TLS (Transport Layer Security) connection over sockets. The TLS protocol is used to provide secure communication between client/server applications.SSLSocket 插件允许通过套接字初始化安全 TLS (Transport Layer Security) 连接。 TLS 协议用于提供客户端/服务器应用程序之间的安全通信。

The following samples show how to create simple server/client applications:以下示例展示了如何创建简单的服务器/客户端应用程序:

To run the plugin samples from the UNIGINE SDK Browser, go to Samples -> UnigineScript -> App and run the corresponding sample.要从 UNIGINE SDK Browser 运行插件示例,请转到 Samples -> UnigineScript -> App 并运行相应的示例。

Launching SSLSocket启动 SSLSocket#

To use the plugin, specify the extern_plugin command line option on the application start-up:要使用该插件,请在应用程序启动时指定 extern_plugin 命令行选项:

命令行
main_x64d -extern_plugin "SSLSocket"
最新更新: 2021-12-13
Build: ()