The IpAddressBits class offers bit-level operations on IP Addresses and similar structures such as network masks.
class IpAddressBits
Inheritance Object → IpAddressBits
Initializes a new instance of the IpAddressBits class with the address specified as a Byte array. |
|
Initializes a new instance of the IpAddressBits class with the specified number of bits set. |
|
Initializes a new instance of the IpAddressBits class with the address specified as a IPAddress. |
|
Initializes a new instance of the IpAddressBits class with the address specified as a IpAddressBits. |
|
Initializes a new instance of the IpAddressBits class with the address specified as a UInt32. |
Combines an IpAddressBits with another IpAddressBits by binary and. |
|
Combines two IpAddressBits objects by binary and. |
|
Combines an IpAddressBits with another IpAddressBits by binary or. |
|
Combines two IpAddressBits objects by binary or. |
|
Counts the number of set bits in the IpAddressBits. |
|
Converts the IpAddressBits to an IPAddress. |
|
Converts the IpAddressBits to an IPAddress. |
|
Converts the IpAddressBits to an string. |
|
Converts the IpAddressBits to an UInt32. |