TSVConnSslConnectionGet

概要

#include <ts/ts.h>

TSSslVConnection TSVConnSslConnectionGet(TSVConn svc)

解説

Get the SSL (per connection) object from the SSl connection svc.

Types

TSSslVConnection

The SSL (per connection) object. This is an opaque type that can be cast to the appropriate type (SSL * for the OpenSSL library).