Click or drag to resize

NetworkInterfaceInfo Structure

Represents network interface information

Namespace:  SanteDB.Core.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public struct NetworkInterfaceInfo

The NetworkInterfaceInfo type exposes the following members.

Constructors
  NameDescription
Public methodNetworkInterfaceInfo
Network interface ctor
Top
Properties
  NameDescription
Public propertyGateway
Gets or sets the gateway
Public propertyIpAddress
IpAddress
Public propertyIsActive
Indicates whether the interface is connected
Public propertyMacAddress
Mac address
Public propertyManufacturer
Manufacturer
Public propertyName
Gets or sets the name of the interface
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Extension Methods
  NameDescription
Public Extension MethodConvertTReturn
The purpose of this method is to convert object me to TReturn. Why? Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast so we have to copy.
(Defined by ExtensionMethods.)
Public Extension MethodGetInstanceOfTDomain
Gets an instance of TDomain from me
(Defined by ModelExtensions.)
Top
See Also