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: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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