TLSProtocolVersion.this

  1. this(VersionCode named_version)
  2. this(ubyte major, ubyte minor)
    struct TLSProtocolVersion
    public
    this
    (
    ubyte major
    ,
    ubyte minor
    )

Parameters

major ubyte

the major version

minor ubyte

the minor version

Meta