C# Class Mono.Nat.UpnpSearcher

Inheritance: ISearcher
Mostrar archivo Open project: nterry/Mono.Nat Class Usage Examples

Public Properties

Property Type Description
sockets List

Public Methods

Method Description
Handle ( IPAddress localAddress, byte response, IPEndPoint endpoint ) : void
Search ( ) : void

Private Methods

Method Description
CreateSockets ( ) : List
DeviceSetupComplete ( INatDevice device ) : void
OnDeviceFound ( Mono.Nat.DeviceEventArgs args ) : void
Search ( UdpClient client ) : void
UpnpSearcher ( ) : System

Method Details

Handle() public method

public Handle ( IPAddress localAddress, byte response, IPEndPoint endpoint ) : void
localAddress System.Net.IPAddress
response byte
endpoint System.Net.IPEndPoint
return void

Search() public method

public Search ( ) : void
return void

Property Details

sockets public_oe static_oe property

public static List sockets
return List