C# Class Mono.Nat.UpnpSearcher

Inheritance: ISearcher
Afficher le fichier Open project: nterry/Mono.Nat Class Usage Examples

Méthodes publiques

Свойство Type Description
sockets List

Méthodes publiques

Méthode Description
Handle ( IPAddress localAddress, byte response, IPEndPoint endpoint ) : void
Search ( ) : void

Private Methods

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

Method Details

Handle() public méthode

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

Search() public méthode

public Search ( ) : void
Résultat void

Property Details

sockets public_oe static_oe property

public static List sockets
Résultat List