Click or drag to resize

NetworkInterfaceInfo Structure

Represents network interface information
Inheritance Hierarchy
SystemObject
  SystemValueType
    SanteDB.Core.ServicesNetworkInterfaceInfo

Namespace: SanteDB.Core.Services
Assembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
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 propertyInterfaceType Gets the interface type
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 methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns 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 MethodWithControl With control parameter is used as a wrapper for _ parameters
(Defined by QueryFilterExtensions)
Top
See Also