![Xcalibur Systems LLC Logo](../icons/logo.png) |
Udp6RowLocalAddress Field |
The IPv6 address for the local UDP endpoint. This member is stored in a character array in
network byte order. A value of zero indicates a UDP listener willing to accept datagrams
for any IP interface associated with the local computer.
Namespace: Xcalibur.NativeMethods.V2.NetworkingAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntaxpublic byte[] LocalAddress
Public LocalAddress As Byte()
public:
array<unsigned char>^ LocalAddress
val mutable LocalAddress: byte[]
Field Value
Byte
See Also