[#DTLS_client_method] = DTLS_client_method :mrdocs: Return a client‐only SSL_METHOD negotiating DTLSv1.0 or DTLSv1.2. == Synopsis Declared in `<openssl/ssl.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:SSL_METHOD.adoc[SSL_METHOD] const* DTLS_client_method(); ---- == Return Value Pointer to a static SSL_METHOD. [.small]#Created with https://www.mrdocs.com[MrDocs]#