Android.Net.Nsd.NsdServiceInfo Members

The members of Android.Net.Nsd.NsdServiceInfo are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Public Properties

[read-only]
AttributesIDictionary<string, Byte[]>. Retrive attributes as a map of String keys to byte[] values.
[read-only]
static
CreatorAndroid.OS.IParcelableCreator. Implement the Parcelable interface
HostJava.Net.InetAddress. Get the host address.
Portint. Get port number.
ServiceNamestring. Get the service name
ServiceTypestring. Get the service type

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Implement the Parcelable interface
RemoveAttribute(string)
Remove an attribute by key
SetAttribute(string, string)
Add a service attribute as a key/value pair.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Implement the Parcelable interface