htsslwriter.h

来自「www工具包. 这是W3C官方支持的www支撑库. 其中提供通用目的的客户端的W」· C头文件 代码 · 共 55 行

H
55
字号
/*  					W3C Sample Code Library libwww SSL Writer Stream!  SSL Writer Stream!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*The SSL Stream is an output stream whichknows how to write to a SSL socket layer, for example provided by theOpenSSL Library. It is a libwwwtransport and may be registered using theTransport Manager. The applicationcan initialize this stream together with theHTSSLReader stream, for example.This module is implemented by HTSSLWriter.c,and it is a part of the W3C Sample CodeLibrary.The module is contributed by Olga Antropova*/#ifndef HTSSLWRITE_H#define HTSSLWRITE_H#include "HTIOStream.h"extern HTOutput_new HTSSLWriter_new;extern BOOL HTSSLWriter_set (HTOutputStream *      me,                             HTNet *               net,                             HTChannel *           ch,                             void *                param,                             int                   mode);#endif /* HTSSLWRITE_H *//*    @(#) $Id: HTSSLWriter.html,v 1.1 2000/06/09 16:28:57 kahan Exp $*/

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?