Mono.Zeroconf : Mono.Zeroconf Namespace

IServiceBrowser Interface

Documentation for this section has not yet been entered.

public interface IServiceBrowser : IEnumerable<IResolvableService>, IDisposable

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.Zeroconf
Assembly: Mono.Zeroconf (in Mono.Zeroconf.dll)
Assembly Versions: 1.0.0.0, 3.0.0.80, 4.0.0.90

Members

Public Methods

Browse (uint, AddressProtocol, string, string)
Documentation for this section has not yet been entered.

Public Events

ServiceAdded Documentation for this section has not yet been entered.
ServiceRemoved Documentation for this section has not yet been entered.

Member Details

Browse Method

Documentation for this section has not yet been entered.

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

Parameters

interfaceIndex
Documentation for this section has not yet been entered.
addressProtocol
Documentation for this section has not yet been entered.
regtype
Documentation for this section has not yet been entered.
domain
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.Zeroconf
Assembly: Mono.Zeroconf (in Mono.Zeroconf.dll)
Assembly Versions: 3.0.0.80, 4.0.0.90

ServiceAdded Event

Documentation for this section has not yet been entered.

public event ServiceBrowseEventHandler ServiceAdded

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.Zeroconf
Assembly: Mono.Zeroconf (in Mono.Zeroconf.dll)
Assembly Versions: 3.0.0.80, 4.0.0.90

ServiceRemoved Event

Documentation for this section has not yet been entered.

public event ServiceBrowseEventHandler ServiceRemoved

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.Zeroconf
Assembly: Mono.Zeroconf (in Mono.Zeroconf.dll)
Assembly Versions: 3.0.0.80, 4.0.0.90