C# Class PRI.ProductivityExtensions.IpAddressExtensions.IpAddressable

ファイルを表示 Open project: peteraritchie/ProductivityExtensions

Public Methods

Method Description
IsIPv4LinkLocal ( this ipAddress ) : bool

Checks if an IPAddress is IPv4 link local or not

Method Details

IsIPv4LinkLocal() public static method

Checks if an IPAddress is IPv4 link local or not
public static IsIPv4LinkLocal ( this ipAddress ) : bool
ipAddress this IPAddress to check
return bool