Function TLSContext.createStream
Creates a new stream associated to this context.
abstract TLSStream createStream
(
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.Stream) underlying,
TLSStreamState state,
string peer_name = null,
NetworkAddress peer_address = NetworkAddress(sockaddr(cast(short)0, [cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u, cast(ubyte)0u]), , )
) @safe;