Mono.Zeroconf : Mono.Zeroconf Namespace

TxtRecord Class

Documentation for this section has not yet been entered.

[System.Reflection.DefaultMember("Item")]
public class TxtRecord : ITxtRecord

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

TxtRecord Constructor

Documentation for this section has not yet been entered.

public TxtRecord ()

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 (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

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 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

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 index] { get; }

Parameters

index
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