Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
设置选项来配置网络协议。
根据所使用的 API 不同,语法会有所变化。还可以使用 ulsync 设置此参数。
Null
字符串
此参数是可选的。它接受用分号分隔的网络协议选项列表。每个选项的形式均为 keyword=value,其中允许使用的关键字集取决于网络协议。
UltraLite for C/C++ 应用程序可以按如下方法设置参数:
ul_sync_info info; // ... info.stream_parms= UL_TEXT( "host=myserver;port=2439" );