TSVConnSslConnectionGet
概要
#include <ts/ts.h>
- 
TSSslConnection TSVConnSslConnectionGet(TSVConn svc)
 
解説
Get the SSL (per connection) object from the SSl connection svc.
Types
- 
type TSSslConnection
 The SSL (per connection) object. This is an opaque type that can be cast to the appropriate type (
SSL *for the OpenSSL library).