C# Class BonjourServer.AppDelegate.NetDelegate

Inheritance: NSNetServiceDelegate
Afficher le fichier Open project: mikebluestein/learning_monotouch_code

Méthodes publiques

Méthode Description
NetDelegate ( AppDelegate controller ) : System
PublishFailure ( MonoTouch.Foundation.NSNetService sender, NSDictionary errors ) : void
Published ( MonoTouch.Foundation.NSNetService sender ) : void

Private Methods

Méthode Description
Log ( string text ) : void

Method Details

NetDelegate() public méthode

public NetDelegate ( AppDelegate controller ) : System
controller AppDelegate
Résultat System

PublishFailure() public méthode

public PublishFailure ( MonoTouch.Foundation.NSNetService sender, NSDictionary errors ) : void
sender MonoTouch.Foundation.NSNetService
errors NSDictionary
Résultat void

Published() public méthode

public Published ( MonoTouch.Foundation.NSNetService sender ) : void
sender MonoTouch.Foundation.NSNetService
Résultat void