C# Class Network_Manager.Jobs.Extensions.LoadBalancer.TapInterface

Afficher le fichier Open project: SortByte/Network-Manager

Méthodes publiques

Свойство Type Description
Connected bool
FriendlyName string
Guid System.Guid
Index int
Mac string

Méthodes publiques

Méthode Description
Check ( ) : bool

Checks if there is any TAP interface ready to be used (disconnected or connected with a valid handle)

Install ( ) : bool
IsTap ( System.Guid guid ) : bool
PutDown ( ) : bool
PutUp ( ) : bool
Uninstall ( ) : bool

Private Methods

Méthode Description
TAP_CONTROL_CODE ( uint request, uint method ) : uint

Method Details

Check() public static méthode

Checks if there is any TAP interface ready to be used (disconnected or connected with a valid handle)
public static Check ( ) : bool
Résultat bool

Install() public static méthode

public static Install ( ) : bool
Résultat bool

IsTap() public static méthode

public static IsTap ( System.Guid guid ) : bool
guid System.Guid
Résultat bool

PutDown() public static méthode

public static PutDown ( ) : bool
Résultat bool

PutUp() public static méthode

public static PutUp ( ) : bool
Résultat bool

Uninstall() public static méthode

public static Uninstall ( ) : bool
Résultat bool

Property Details

Connected public_oe static_oe property

public static bool Connected
Résultat bool

FriendlyName public_oe static_oe property

public static string FriendlyName
Résultat string

Guid public_oe static_oe property

public static Guid,System Guid
Résultat System.Guid

Index public_oe static_oe property

public static int Index
Résultat int

Mac public_oe static_oe property

public static string Mac
Résultat string