Manipulation of IP addresses.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 5.2.375.236
Syntax
| C# |
|---|
[SerializableAttribute] public struct IPAddress |
Remarks
There is an ip address class defined in the .NET Framework (IPAddress)
but it does not give direct access to the individual IP address octets. Therefore
we have this special-purpose struct.