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

Mostra file Open project: SortByte/Network-Manager

Public Properties

Property Type Description
Connected bool
FriendlyName string
Guid System.Guid
Index int
Mac string

Public Methods

Method 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

Method Description
TAP_CONTROL_CODE ( uint request, uint method ) : uint

Method Details

Check() public static method

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

Install() public static method

public static Install ( ) : bool
return bool

IsTap() public static method

public static IsTap ( System.Guid guid ) : bool
guid System.Guid
return bool

PutDown() public static method

public static PutDown ( ) : bool
return bool

PutUp() public static method

public static PutUp ( ) : bool
return bool

Uninstall() public static method

public static Uninstall ( ) : bool
return bool

Property Details

Connected public_oe static_oe property

public static bool Connected
return bool

FriendlyName public_oe static_oe property

public static string FriendlyName
return string

Guid public_oe static_oe property

public static Guid,System Guid
return System.Guid

Index public_oe static_oe property

public static int Index
return int

Mac public_oe static_oe property

public static string Mac
return string