Skip to content

Latest commit

 

History

History
65 lines (60 loc) · 3.15 KB

IpAddressBits.adoc

File metadata and controls

65 lines (60 loc) · 3.15 KB

IpAddressBits Class

Table of Contents

Definition

The IpAddressBits class offers bit-level operations on IP Addresses and similar structures such as network masks.

class IpAddressBits

Inheritance Object → IpAddressBits

Constructors

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.

Methods

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.