DroidExplorer.Core.Net.IPAddressRange.IPAddressRange C# (CSharp) Méthode

IPAddressRange() public méthode

public IPAddressRange ( ) : System
Résultat 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