|
UdpRowLocalAddress Field |
The IPv4 address of the UDP endpoint on the local computer. 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
Syntax public byte[] LocalAddress
Public LocalAddress As Byte()
public:
array<unsigned char>^ LocalAddress
val mutable LocalAddress: byte[]
Field Value
ByteSee Also