Click or drag to resize

Network Class

Provides properties and methods useful for gathering information about the network
Inheritance Hierarchy
SystemObject
  Cauldron.NetNetwork

Namespace:  Cauldron.Net
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static class Network

The Network type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberConnectionType
Detect the current connection type
Public propertyStatic memberHasInternetConnection
Gets a value that indicates if internet connection is available
Public propertyStatic memberIsNetworkAvailable
Get a value that indicates whether any network connection is available.

Returns true if a network connection is available, othwise false

Top
Methods
  NameDescription
Public methodStatic memberPing
Allows an application to determine whether a remote computer is accessible over the network.
Top
See Also