DroidExplorer.Core.Net.IPAddressRange.IPAddressRange C# (CSharp) Method

IPAddressRange() public method

public IPAddressRange ( ) : System
return System
        public IPAddressRange()
        {
            this.Begin = new IPAddress(0L);
            this.End = new IPAddress(0L);
        }

Same methods

IPAddressRange::IPAddressRange ( SerializationInfo info, StreamingContext context ) : System
IPAddressRange::IPAddressRange ( string ipRangeString ) : System