C# 클래스 BonjourServer.AppDelegate.NetDelegate

상속: NSNetServiceDelegate
파일 보기 프로젝트 열기: mikebluestein/learning_monotouch_code

공개 메소드들

메소드 설명
NetDelegate ( AppDelegate controller ) : System
PublishFailure ( MonoTouch.Foundation.NSNetService sender, NSDictionary errors ) : void
Published ( MonoTouch.Foundation.NSNetService sender ) : void

비공개 메소드들

메소드 설명
Log ( string text ) : void

메소드 상세

NetDelegate() 공개 메소드

public NetDelegate ( AppDelegate controller ) : System
controller AppDelegate
리턴 System

PublishFailure() 공개 메소드

public PublishFailure ( MonoTouch.Foundation.NSNetService sender, NSDictionary errors ) : void
sender MonoTouch.Foundation.NSNetService
errors NSDictionary
리턴 void

Published() 공개 메소드

public Published ( MonoTouch.Foundation.NSNetService sender ) : void
sender MonoTouch.Foundation.NSNetService
리턴 void