C# Class NetworkSniffer.IpSnifferRawSocketSingleInterface

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

Public Methods

Method Description
IpSnifferRawSocketSingleInterface ( IPAddress localIp ) : System
ToString ( ) : string

Protected Methods

Method Description
SetEnabled ( bool value ) : void

Private Methods

Method Description
Finish ( ) : void
Init ( ) : void
ReadAsync ( Socket s ) : Task

Method Details

IpSnifferRawSocketSingleInterface() public method

public IpSnifferRawSocketSingleInterface ( IPAddress localIp ) : System
localIp System.Net.IPAddress
return System

SetEnabled() protected method

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

ToString() public method

public ToString ( ) : string
return string