C# Class SimpleChat.NET.Form1

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: HQarroum/android-mdns

Public Methods

Method Description
Form1 ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

Form1() public method

public Form1 ( ) : System
return System