Network Metadata Provider
INetworkInformationService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents network information service
Events
Event | Type | Description |
---|---|---|
NetworkStatusChanged | EventHandler | Fired when the network status changes |
Properties
Property | Type | Access | Description |
---|---|---|---|
IsNetworkAvailable | Boolean | R | Gets whether the network is available |
IsNetworkConnected | Boolean | R | Gets whether the network is connected. |
IsNetworkWifi | Boolean | R | Returns true if the network is WIFI |
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
GetInterfaces | IEnumerable<NetworkInterfaceInfo> | none | TODO |
Ping | Int64 | String hostName | Pings the specified host |
Nslookup | String | String address | Perform a DNS lookup |
GetHostName | String | none | TODO |
GetMachineName | String | none | TODO |
Implementations
Default Network Information Service - (SanteDB.Core.Api)
Default network information service
Service Registration
Example Implementation
References
Last updated