Mono.Zeroconf : Mono.Zeroconf Namespace

ITxtRecord Interface

Documentation for this section has not yet been entered.

[System.Reflection.DefaultMember("Item")]
public interface ITxtRecord : IEnumerable, 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 Properties

[read-only]
BaseRecord ITxtRecord . Documentation for this section has not yet been entered.
[read-only]
Count int . Documentation for this section has not yet been entered.
[read-only]
default property
Item (string) TxtRecordItem . Documentation for this section has not yet been entered.

Public Methods

Add (TxtRecordItem)
Documentation for this section has not yet been entered.
Add (string, byte[])
Documentation for this section has not yet been entered.
Add (string, string)
Documentation for this section has not yet been entered.
GetItemAt (int) : TxtRecordItem
Documentation for this section has not yet been entered.
Remove (string)
Documentation for this section has not yet been entered.

Member Details

Add Method

Documentation for this section has not yet been entered.

public void Add (TxtRecordItem item)

Parameters

item
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

Add Method

Documentation for this section has not yet been entered.

public void Add (string key, byte[] value)

Parameters

key
Documentation for this section has not yet been entered.
value
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

Add Method

Documentation for this section has not yet been entered.

public void Add (string key, string value)

Parameters

key
Documentation for this section has not yet been entered.
value
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

BaseRecord Property

Documentation for this section has not yet been entered.

public ITxtRecord BaseRecord { get; }

Value

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

Count Property

Documentation for this section has not yet been entered.

public int Count { get; }

Value

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

GetItemAt Method

Documentation for this section has not yet been entered.

public TxtRecordItem GetItemAt (int index)

Parameters

index
Documentation for this section has not yet been entered.

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

Item Property

Documentation for this section has not yet been entered.

This is the default property for this class.

public TxtRecordItem this [string key] { get; }

Parameters

key
Documentation for this section has not yet been entered.

Value

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

Remove Method

Documentation for this section has not yet been entered.

public void Remove (string key)

Parameters

key
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