C# Class OctoTorrent.Client.Messages.Standard.PortMessage

Represents a "Port" message
Inheritance: PeerMessage
Afficher le fichier Open project: Eskat0n/OctoTorrent Class Usage Examples

Méthodes publiques

Méthode Description
Decode ( byte buffer, int offset, int length ) : void
Encode ( byte buffer, int offset ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int
PortMessage ( )
PortMessage ( ushort port )
ToString ( ) : string

Method Details

Decode() public méthode

public Decode ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

Encode() public méthode

public Encode ( byte buffer, int offset ) : int
buffer byte
offset int
Résultat int

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

PortMessage() public méthode

public PortMessage ( )

PortMessage() public méthode

public PortMessage ( ushort port )
port ushort

ToString() public méthode

public ToString ( ) : string
Résultat string