Function OpenSSLStream.this
this
(
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.Stream) underlying,
OpenSSLContext ctx,
TLSStreamState state,
string peer_name = null,
NetworkAddress peer_address = NetworkAddress(sockaddr(cast(ushort)0u, [cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0, cast(byte)0]), , , ),
string[] alpn = null
) @safe;