website/docs/ddoc/primitives/handy_http_primitives.addre...

36 lines
3.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>IPv6InternetAddress (handy_http_primitives.address.IPv6InternetAddress)</title>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="style.css" rel="stylesheet" />
<script src="script.js" type="text/javascript"></script>
<link href="search-results.html" rel="prefetch" />
</head>
<body>
<div id="page-header">
<div id="logotype">
<span>Documentation</span>
<nav>
<a href="http://dlang.org/">Dlang.org</a>
</nav>
</div>
<form action="search-docs.html" id="search">
<input name="searchTerm" placeholder="Find a symbol name..." type="search" />
<input type="submit" value="Go" />
</form>
</div>
<div id="page-body">
<div id="page-content">
<h1>IPv6InternetAddress</h1><div class="breadcrumbs"><a class="breadcrumb" href="handy_http_primitives.html">handy_http_primitives</a> <a class="breadcrumb" href="handy_http_primitives.address.html">address</a> </div><div><div class="documentation-comment synopsis"><div><p>Represents a 16-byte IPv6 network address and the port number on this
machine that the connection was assigned to.</p></div></div></div><div class="annotated-prototype"><div class="aggregate-prototype"><div class="attributes"></div><span class="builtin-type">struct</span> IPv6InternetAddress {<div class="aggregate-member"><a href="handy_http_primitives.address.IPv6InternetAddress.bytes.html"><div class="attributes"></div><tt class="highlighted"><span class="type">ubyte</span>[<span class="num">16</span>]</tt> <span class="name">bytes</span>;</a></div><div class="aggregate-member"><a href="handy_http_primitives.address.IPv6InternetAddress.port.html"><div class="attributes"></div><tt class="highlighted"><span class="type">ushort</span></tt> <span class="name">port</span>;</a></div>}</div></div><h2 id="members"><a class="header-anchor" href="#members">Members</a></h2><h3 class="member-list-header hide-from-toc" id="variable"><a class="header-anchor" href="#variable">Variables</a></h3><dl class="member-list native"><dt><a href="handy_http_primitives.address.IPv6InternetAddress.bytes.html">bytes</a><div class="simplified-prototype" style="max-width: 17ch;"><tt class="highlighted"><span class="type">ubyte</span>[<span class="num">16</span>]</tt> <span class="name">bytes</span>;</div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd><dt><a href="handy_http_primitives.address.IPv6InternetAddress.port.html">port</a><div class="simplified-prototype" style="max-width: 13ch;"><tt class="highlighted"><span class="type">ushort</span></tt> <span class="name">port</span>;</div></dt><dd><div><span class="undocumented-note">Undocumented in source.</span></div></dd></dl><div></div></div>
<div id="page-nav"><a class="parent" href="handy_http_primitives.html">handy_http_primitives</a> <a class="parent" href="handy_http_primitives.address.html">address</a>
<span class="type-separator">enums</span><ul><li><a class="enum" href="handy_http_primitives.address.ClientAddressType.html">ClientAddressType</a></li></ul><span class="type-separator">structs</span><ul><li><a class="struct" href="handy_http_primitives.address.ClientAddress.html">ClientAddress</a></li><li><a class="struct" href="handy_http_primitives.address.IPv4InternetAddress.html">IPv4InternetAddress</a></li><li><a class="struct current" href="handy_http_primitives.address.IPv6InternetAddress.html">IPv6InternetAddress</a></li><li><a class="struct" href="handy_http_primitives.address.UnixSocketAddress.html">UnixSocketAddress</a></li></ul></div>
</div>
<div id="page-footer">Page generated by <a href="https://github.com/adamdruppe/adrdox">adrdox</a></div>
</body>
</html>