Mono.Zeroconf : Mono.Zeroconf Namespace

TxtRecordItem Class

Documentation for this section has not yet been entered.

public class TxtRecordItem

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

Public Properties

[read-only]
Key string . Documentation for this section has not yet been entered.
ValueRaw byte[]. Documentation for this section has not yet been entered.
ValueString string . Documentation for this section has not yet been entered.

Member Details

TxtRecordItem Constructor

Documentation for this section has not yet been entered.

public TxtRecordItem (string key, byte[] valueRaw)

Parameters

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

TxtRecordItem Constructor

Documentation for this section has not yet been entered.

public TxtRecordItem (string key, string valueString)

Parameters

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

Key Property

Documentation for this section has not yet been entered.

public string Key { 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

ValueRaw Property

Documentation for this section has not yet been entered.

public byte[] ValueRaw { set; 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

ValueString Property

Documentation for this section has not yet been entered.

public string ValueString { set; 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