C# Class NetworkSniffer.IpSnifferRawSocketMultipleInterfaces

Inheritance: IpSniffer
显示文件 Open project: neowutran/ShinraMeter Class Usage Examples

Public Methods

Method Description
IpSnifferRawSocketMultipleInterfaces ( ) : System
IpSnifferRawSocketMultipleInterfaces ( IEnumerable ipAddresses ) : System

Protected Methods

Method Description
OnWarning ( string obj ) : void
SetEnabled ( bool value ) : void

Method Details

IpSnifferRawSocketMultipleInterfaces() public method

public IpSnifferRawSocketMultipleInterfaces ( ) : System
return System

IpSnifferRawSocketMultipleInterfaces() public method

public IpSnifferRawSocketMultipleInterfaces ( IEnumerable ipAddresses ) : System
ipAddresses IEnumerable
return System

OnWarning() protected method

protected OnWarning ( string obj ) : void
obj string
return void

SetEnabled() protected method

protected SetEnabled ( bool value ) : void
value bool
return void