OpenSSLContext.createStream - multiple declarations
Function OpenSSLContext.createStream
OpenSSLStream createStream
(
vibe .internal .interfaceproxy .InterfaceProxy!(vibe.core.stream.Stream) underlying,
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]), , , )
) @safe;
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(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]), , , )
) @safe;