Property IsValid
IsValid
Whether the endpoint is valid or not (based on the address family).
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool | True if family is IPv4, IPv6 or custom, false otherwise. |
Whether the endpoint is valid or not (based on the address family).
public bool IsValid { get; }
Type | Description |
---|---|
bool | True if family is IPv4, IPv6 or custom, false otherwise. |