SystemConfiguration.NetworkReachability Members

The members of SystemConfiguration.NetworkReachability are listed below.

See Also: Inherited members from System.Object

Public Constructors

Creates a network reachability class based on an IP address.
Creates a network reachability object from a hostname.
Documentation for this section has not yet been entered.

Public Properties

[read-only]
HandleIntPtr. Handle (pointer) to the unmanaged object representation.

Public Methods

Dispose()
Releases the resources used by the NetworkReachability object.
Dispose(bool)
Releases the resources used by the NetworkReachability object.
Finalize()
Finalizer for the NetworkReachability object
GetFlags(out NetworkReachabilityFlags) : StatusCode
Documentation for this section has not yet been entered.
Schedule() : bool
Documentation for this section has not yet been entered.
Schedule(CoreFoundation.CFRunLoop, string) : bool
Schedules the delivery of the events (what is set with SetCallback) on the given run loop.
SetDispatchQueue(CoreFoundation.DispatchQueue) : bool
Documentation for this section has not yet been entered.
SetNotification(NetworkReachability.Notification) : StatusCode
Documentation for this section has not yet been entered.
TryGetFlags(out NetworkReachabilityFlags) : bool
Documentation for this section has not yet been entered.
Unschedule() : bool
Documentation for this section has not yet been entered.
Unschedule(CoreFoundation.CFRunLoop, string) : bool
Removes the NetworkRechability from the given run loop.