3 references to address
System (3)
net\System\Net\NetworkInformation\SystemIPInterfaceProperties.cs (2)
56
if (ipAdapterAddresses.dhcpv4Server.
address
!= IntPtr.Zero)
58
if (ipAdapterAddresses.dhcpv6Server.
address
!= IntPtr.Zero)
net\System\Net\NetworkInformation\UnSafeNetInfoNativemethods.cs (1)
120
Marshal.Copy(
address
, sockAddress.m_Buffer, 0, addressLength);