View source code
							
							
						
								Display the source code in std/socket.d from which this
								page was generated on github.
							
						
							Report a bug
							
						
								If you spot a problem with this page, click here to create a
								Bugzilla issue.
							
						
							
								Improve this page
							
							
					
								Quickly fork, edit online, and submit a pull request for this page.
								Requires a signed-in GitHub account. This works well for small changes.
								If you'd like to make larger changes you may want to consider using
								local clone.
							
						std.socket.Internet6Address.this  - multiple declarations
				Function Internet6Address.this
Construct a new Internet6Address.
						
				this
				(
				
				  scope const(char)[] addr,
				
				  scope const(char)[] service = null
				
				) @trusted;
						
					
				Parameters
| Name | Description | 
|---|---|
| addr | an IPv6 host address string in the form described in RFC 2373,
             or a host name which will be resolved using getAddressInfo. | 
| service | (optional) service name. | 
Function Internet6Address.this
Construct a new Internet6Address.
						
				this
				(
				
				  scope const(char)[] addr,
				
				  ushort port
				
				) @safe;
						
					
				Parameters
| Name | Description | 
|---|---|
| addr | an IPv6 host address string in the form described in RFC 2373,
          or a host name which will be resolved using getAddressInfo. | 
| port | port number, may be PORT_ANY. | 
Function Internet6Address.this
Construct a new Internet6Address.
						
				this
				(
				
				  ubyte[16] addr,
				
				  ushort port
				
				) pure nothrow @nogc @safe;
				
				
				this
				(
				
				  ushort port
				
				) pure nothrow @nogc @safe;
						
					
				Parameters
| Name | Description | 
|---|---|
| addr | (optional) an IPv6 host address in host byte order, or ADDR_ANY. | 
| port | port number, may be PORT_ANY. | 
Function Internet6Address.this
Construct a new Internet6Address.
						
				this
				(
				
				  core
				) pure nothrow @nogc @safe;
						
					
				Parameters
| Name | Description | 
|---|---|
| addr | A sockaddr_in6 as obtained from lower-level API calls such as getifaddrs. | 
Authors
Christopher E. Miller, David Nadlinger, Vladimir Panteleev
License
					Copyright © 1999-2022 by the D Language Foundation | Page generated by ddox.