C# Класс Avahi.ServiceBrowser

Наследование: BrowserBase, IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Dispose ( ) : void
ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
ServiceBrowser ( Client client, string type ) : System
ServiceBrowser ( Client client, string type, string domain ) : System

Приватные методы

Метод Описание
OnServiceBrowserCallback ( IntPtr browser, int iface, Protocol proto, BrowserEvent bevent, IntPtr name, IntPtr type, IntPtr domain, LookupResultFlags flags, IntPtr userdata ) : void
Start ( ) : void
Stop ( bool force ) : void
avahi_service_browser_free ( IntPtr handle ) : void
avahi_service_browser_new ( IntPtr client, int iface, int proto, byte type, byte domain, LookupFlags flags, ServiceBrowserCallback cb, IntPtr userdata ) : IntPtr

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

ServiceBrowser() публичный Метод

public ServiceBrowser ( Client client, int iface, Protocol proto, string type, string domain, LookupFlags flags ) : System
client Client
iface int
proto Protocol
type string
domain string
flags LookupFlags
Результат System

ServiceBrowser() публичный Метод

public ServiceBrowser ( Client client, string type ) : System
client Client
type string
Результат System

ServiceBrowser() публичный Метод

public ServiceBrowser ( Client client, string type, string domain ) : System
client Client
type string
domain string
Результат System