C# 클래스 SimpleChat.NET.Form1

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: HQarroum/android-mdns

공개 메소드들

메소드 설명
Form1 ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
Form1_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Main ( ) : void
OnAddPeer ( PeerData peer ) : void
OnBrowseReply ( ServiceRef sdRef, ServiceFlags flags, int interfaceIndex, ErrorCode errorCode, String name, String type, String domain ) : void
OnQueryRecordReply ( ServiceRef sdRef, ServiceFlags flags, int interfaceIndex, ErrorCode errorCode, String fullName, int rrtype, int rrclass, Byte rdata, int ttl ) : void
OnReadMessage ( String msg ) : void
OnReadSocket ( IAsyncResult ar ) : void
OnRegisterReply ( ServiceRef sdRef, ServiceFlags flags, ErrorCode errorCode, String name, String regtype, String domain ) : void
OnRegisterService ( String name ) : void
OnRemovePeer ( PeerData peer ) : void
OnResolveAddress ( System address ) : void
OnResolveReply ( ServiceRef sdRef, ServiceFlags flags, int interfaceIndex, ErrorCode errorCode, String fullName, String hostName, int port, Byte txtRecord ) : void
OnResolveService ( ResolveData data ) : void
button1_Click ( object sender, System e ) : void
comboBox1_SelectedIndexChanged ( object sender, System e ) : void

textBox2_TextChanged ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Form1() 공개 메소드

public Form1 ( ) : System
리턴 System