Mono.Zeroconf : Mono.Zeroconf Namespace

ServiceBrowser Class

Documentation for this section has not yet been entered.

public class ServiceBrowser : IServiceBrowser

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

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Methods

Browse (string, string)
Documentation for this section has not yet been entered.
Browse (AddressProtocol, string, string)
Documentation for this section has not yet been entered.
Browse (uint, string, string)
Documentation for this section has not yet been entered.
Browse (uint, AddressProtocol, string, string)
Documentation for this section has not yet been entered.
Dispose ()
Documentation for this section has not yet been entered.
GetEnumerator () : IEnumerator<IResolvableService>
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.

Explicitly Implemented Interface Members

IEnumerable.GetEnumerator Documentation for this section has not yet been entered.

Member Details

ServiceBrowser Constructor

Documentation for this section has not yet been entered.

public ServiceBrowser ()

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

Browse Method

Documentation for this section has not yet been entered.

public void Browse (string regtype, string domain)

Parameters

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

Browse Method

Documentation for this section has not yet been entered.

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

Parameters

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

Browse Method

Documentation for this section has not yet been entered.

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

Parameters

interfaceIndex
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

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

Dispose Method

Documentation for this section has not yet been entered.

public void Dispose ()

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

GetEnumerator Method

Documentation for this section has not yet been entered.

public IEnumerator<IResolvableService> GetEnumerator ()

Returns

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

System.Collections.IEnumerable.GetEnumerator Method

Documentation for this section has not yet been entered.

IEnumerator System.Collections.IEnumerable.GetEnumerator ()

Returns

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