?? htsslwriter.h
字號:
/* 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 $*/
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -