Manipulation of IP addresses.
Namespace:
EPiServer.CoreAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
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.