Android.Net.Nsd.NsdManager Members

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

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionNsdStateChangedstring. Broadcast intent action to indicate whether network service discovery is enabled or disabled.
const
ExtraNsdStatestring. The lookup key for an int that indicates whether network service discovery is enabled or disabled.
const
FailureAlreadyActiveNsdFailure (3). Indicates that the operation failed because it is already active.
const
FailureInternalErrorNsdFailure (0). Failures are passed with NoType:android/net/nsd/NsdManager$RegistrationListener;Href=../../../../reference/android/net/nsd/NsdManager.RegistrationListener.html#onRegistrationFailed(android.net.nsd.NsdServiceInfo, int), NoType:android/net/nsd/NsdManager$RegistrationListener;Href=../../../../reference/android/net/nsd/NsdManager.RegistrationListener.html#onUnregistrationFailed(android.net.nsd.NsdServiceInfo, int), NoType:android/net/nsd/NsdManager$DiscoveryListener;Href=../../../../reference/android/net/nsd/NsdManager.DiscoveryListener.html#onStartDiscoveryFailed(java.lang.String, int), NoType:android/net/nsd/NsdManager$DiscoveryListener;Href=../../../../reference/android/net/nsd/NsdManager.DiscoveryListener.html#onStopDiscoveryFailed(java.lang.String, int) or NoType:android/net/nsd/NsdManager$ResolveListener;Href=../../../../reference/android/net/nsd/NsdManager.ResolveListener.html#onResolveFailed(android.net.nsd.NsdServiceInfo, int).
const
FailureMaxLimitNsdFailure (4). Indicates that the operation failed because the maximum outstanding requests from the applications have reached.
const
NsdStateDisabledint (1). Network service discovery is disabled
const
NsdStateEnabledint (2). Network service discovery is enabled
const
ProtocolDnsSdNsdProtocol (1). Dns based service discovery protocol

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