C# Class NetworkSniffer.IpSnifferRawSocketMultipleInterfaces

Inheritance: IpSniffer
Afficher le fichier Open project: neowutran/ShinraMeter Class Usage Examples

Méthodes publiques

Méthode Description
IpSnifferRawSocketMultipleInterfaces ( ) : System
IpSnifferRawSocketMultipleInterfaces ( IEnumerable ipAddresses ) : System

Méthodes protégées

Méthode Description
OnWarning ( string obj ) : void
SetEnabled ( bool value ) : void

Method Details

IpSnifferRawSocketMultipleInterfaces() public méthode

public IpSnifferRawSocketMultipleInterfaces ( ) : System
Résultat System

IpSnifferRawSocketMultipleInterfaces() public méthode

public IpSnifferRawSocketMultipleInterfaces ( IEnumerable ipAddresses ) : System
ipAddresses IEnumerable
Résultat System

OnWarning() protected méthode

protected OnWarning ( string obj ) : void
obj string
Résultat void

SetEnabled() protected méthode

protected SetEnabled ( bool value ) : void
value bool
Résultat void