C# Class DNSServiceBrowser_NET.Form1

Summary description for Form1.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: HQarroum/android-mdns

Public Methods

Method Description
Form1 ( ) : System
Populate ( BrowseData browseData, ResolveData resolveData ) : void

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
OnAddService ( BrowseData data ) : void
OnBrowseReply ( ServiceRef sdRef, ServiceFlags flags, int interfaceIndex, ErrorCode errorCode, String name, String type, String domain ) : void
OnRemoveService ( BrowseData data ) : void
OnResolveReply ( ServiceRef sdRef, ServiceFlags flags, int interfaceIndex, ErrorCode errorCode, String fullName, String hostName, int port, Byte txtRecord ) : void
OnResolveService ( ResolveData data ) : void
listBox1_SelectedIndexChanged ( object sender, System e ) : void
typeBox_SelectedIndexChanged ( 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

Populate() public method

public Populate ( BrowseData browseData, ResolveData resolveData ) : void
browseData BrowseData
resolveData ResolveData
return void