CFNetwork【读书笔记】

记录一:

  in addition, CFStream has built-in support for the Secure Sockets Layer (SSL) protocol. You can set up a dictionary containing the stream's SSL information, such as the security level desired or self-signed certificates. Then pass it to your stream as thekCFStreamPropertySSLSettings property to make the stream an SSL stream.

  The chapter “Working with Streams” describes how to use read and write streams.

记录二:

  More examples of using CFHTTP are available in “Communicating with HTTP Servers.”

posted on 2012-01-29 11:01  云帜  阅读(168)  评论(0)    收藏  举报