2 instantiations of UnicastIPAddressInformationCollection
System.Net.NetworkInformation (2)
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (1)
109
context._collection = new
UnicastIPAddressInformationCollection
();
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (1)
63
var collection = new
UnicastIPAddressInformationCollection
();
16 references to UnicastIPAddressInformationCollection
netstandard (1)
netstandard.cs (1)
1233
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
UnicastIPAddressInformationCollection
))]
System (1)
src\libraries\shims\System\ref\System.cs (1)
725
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Net.NetworkInformation.
UnicastIPAddressInformationCollection
))]
System.Net.NetworkInformation (14)
System\Net\NetworkInformation\IPGlobalProperties.cs (3)
72
public virtual
UnicastIPAddressInformationCollection
EndGetUnicastAddresses(IAsyncResult asyncResult)
115
public virtual
UnicastIPAddressInformationCollection
GetUnicastAddresses()
124
public virtual Task<
UnicastIPAddressInformationCollection
> GetUnicastAddressesAsync()
System\Net\NetworkInformation\IPInterfaceProperties.cs (1)
39
public abstract
UnicastIPAddressInformationCollection
UnicastAddresses { get; }
System\Net\NetworkInformation\UnixIPGlobalProperties.cs (6)
43
Task<
UnicastIPAddressInformationCollection
> t = GetUnicastAddressesAsync();
47
public override
UnicastIPAddressInformationCollection
EndGetUnicastAddresses(IAsyncResult asyncResult)
49
return TaskToAsyncResult.End<
UnicastIPAddressInformationCollection
>(asyncResult);
52
public sealed override Task<
UnicastIPAddressInformationCollection
> GetUnicastAddressesAsync()
60
internal
UnicastIPAddressInformationCollection
_collection;
106
public override unsafe
UnicastIPAddressInformationCollection
GetUnicastAddresses()
System\Net\NetworkInformation\UnixIPInterfaceProperties.cs (4)
12
private
UnicastIPAddressInformationCollection
? _unicastAddresses;
32
public override
UnicastIPAddressInformationCollection
UnicastAddresses =>
61
private static
UnicastIPAddressInformationCollection
GetUnicastAddresses(UnixNetworkInterface uni)
63
var
collection = new UnicastIPAddressInformationCollection();