LogicalNetworkInterface Structure

CVB.Net Documentation
An IP network interface the GevServer can be bound to.

Namespace:  Stemmer.Cvb.GevServer
Assembly:  Stemmer.Cvb.GevServer (in Stemmer.Cvb.GevServer.dll) Version: 14.0.0.0
Syntax

public struct LogicalNetworkInterface

The LogicalNetworkInterface type exposes the following members.

Properties

  NameDescription
Public propertyAddress
The address of the interface.
Public propertyIPv4Mask
The subnet mask of the Address.
Top
Methods

  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodStatic memberGetAllAvailable
Gets all available network interfaces usable by the GevServer.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetNetworkInterface
Gets the physical network interface this logical one belongs to.
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
See Also

Reference