CVB.Net 14.0
LogicalNetworkInterface Struct Reference

An IP network interface the GevServer can be bound to. More...

Public Member Functions

NetworkInterface GetNetworkInterface ()
 Gets the physical network interface this logical one belongs to. More...
 

Static Public Member Functions

static LogicalNetworkInterface[] GetAllAvailable ()
 Gets all available network interfaces usable by the GevServer. More...
 

Properties

IPAddress Address [get]
 The address of the interface.
 
IPAddress IPv4Mask [get]
 The subnet mask of the Address.
 

Detailed Description

An IP network interface the GevServer can be bound to.

Member Function Documentation

◆ GetAllAvailable()

static LogicalNetworkInterface[] GetAllAvailable ( )
static

Gets all available network interfaces usable by the GevServer.

Returns
Array containing all available network interfaces.

◆ GetNetworkInterface()

NetworkInterface GetNetworkInterface ( )

Gets the physical network interface this logical one belongs to.

Returns
Physical network interface of this logical one.