C# Class Universal.Torrent.Client.Block

Show file Open project: haroldma/Universal.Torrent Class Usage Examples

Private Properties

Property Type Description
Block System
CancelRequest void
CreateRequest Universal.Torrent.Client.Messages.StandardMessages.RequestMessage
IndexOf int

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int

Private Methods

Method Description
Block ( Piece piece, int startOffset, int requestLength ) : System
CancelRequest ( ) : void
CreateRequest ( PeerId id ) : RequestMessage
IndexOf ( Block blocks, int startOffset, int blockLength ) : int

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int