Android.Net.Nsd.NsdServiceInfo.Attributes Property
Retrive attributes as a map of String keys to byte[] values.

Syntax

[get: Android.Runtime.Register("getAttributes", "()Ljava/util/Map;", "GetGetAttributesHandler")]
public IDictionary<string, Byte[]> Attributes { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Retrive attributes as a map of String keys to byte[] values.

The returned map is unmodifiable; changes must be made through NsdServiceInfo.SetAttribute(string, System.String) and NsdServiceInfo.RemoveAttribute(string).

[Android Documentation]

Requirements

Namespace: Android.Net.Nsd
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16