C# Class Mono.Zeroconf.ServiceBrowser

Inheritance: IEnumerable, IDisposable
Mostra file Open project: hacxman/zeroshare Class Usage Examples

Public Methods

Method Description
Browse ( AddressProtocol addressProtocol, string regtype, string domain ) : void
Browse ( string regtype, string domain ) : void
Browse ( uint interfaceIndex, AddressProtocol addressProtocol, string regtype, string domain ) : void
Browse ( uint interfaceIndex, string regtype, string domain ) : void
Dispose ( ) : void
GetEnumerator ( ) : IEnumerator
ServiceBrowser ( ) : System

Private Methods

Method Description
System ( ) : System.Collections.IEnumerator

Method Details

Browse() public method

public Browse ( AddressProtocol addressProtocol, string regtype, string domain ) : void
addressProtocol AddressProtocol
regtype string
domain string
return void

Browse() public method

public Browse ( string regtype, string domain ) : void
regtype string
domain string
return void

Browse() public method

public Browse ( uint interfaceIndex, AddressProtocol addressProtocol, string regtype, string domain ) : void
interfaceIndex uint
addressProtocol AddressProtocol
regtype string
domain string
return void

Browse() public method

public Browse ( uint interfaceIndex, string regtype, string domain ) : void
interfaceIndex uint
regtype string
domain string
return void

Dispose() public method

public Dispose ( ) : void
return void

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

ServiceBrowser() public method

public ServiceBrowser ( ) : System
return System