C# Class Universal.Torrent.BanLists.AddressRange

显示文件 Open project: haroldma/Universal.Torrent Class Usage Examples

Public Properties

Property Type Description
End int
Start int

Public Methods

Method Description
AddressRange ( IPAddress start, IPAddress end ) : System
AddressRange ( int start, int end ) : System
Contains ( AddressRange range ) : bool
Contains ( int value ) : bool
ToString ( ) : string

Method Details

AddressRange() public method

public AddressRange ( IPAddress start, IPAddress end ) : System
start System.Net.IPAddress
end System.Net.IPAddress
return System

AddressRange() public method

public AddressRange ( int start, int end ) : System
start int
end int
return System

Contains() public method

public Contains ( AddressRange range ) : bool
range AddressRange
return bool

Contains() public method

public Contains ( int value ) : bool
value int
return bool

ToString() public method

public ToString ( ) : string
return string

Property Details

End public_oe property

public int End
return int

Start public_oe property

public int Start
return int