Struct IpAddress
Represents a valid IpAddress.
public readonly struct IpAddress
- Inherited Members
Properties
Address
The address.
public string Address { get; }
Property Value
Empty
Returns an empty address.
public static IpAddress Empty { get; }
Property Value
Localhost
Returns the Localhost address.
public static IpAddress Localhost { get; }
Property Value
Methods
Parse(string)
Parses the provided ip address.
public static Result<IpAddress> Parse(string location)
Parameters
locationstringThe ip address.