Click or drag to resize

INetworkInformationService Interface

Represents network information service

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface INetworkInformationService : IServiceImplementation

The INetworkInformationService type exposes the following members.

Properties
  NameDescription
Public propertyIsNetworkAvailable
Gets whether the network is available
Public propertyIsNetworkConnected
Gets whether the network is connected.
Public propertyIsNetworkWifi
Returns true if the network is WIFI
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodGetHostName
Get the hostname of the local host
Public methodGetInterfaces
Get interface information
Public methodGetMachineName
Gets the machines name
Public methodNslookup
Perform a DNS lookup
Public methodPing
Pings the specified host
Top
Events
  NameDescription
Public eventNetworkStatusChanged
Fired when the network status changes
Top
See Also