C# 클래스 Network_Manager.Jobs.Extensions.LoadBalancer.TapInterface

파일 보기 프로젝트 열기: SortByte/Network-Manager

공개 프로퍼티들

프로퍼티 타입 설명
Connected bool
FriendlyName string
Guid System.Guid
Index int
Mac string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
TAP_CONTROL_CODE ( uint request, uint method ) : uint

메소드 상세

Check() 공개 정적인 메소드

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

Install() 공개 정적인 메소드

public static Install ( ) : bool
리턴 bool

IsTap() 공개 정적인 메소드

public static IsTap ( System.Guid guid ) : bool
guid System.Guid
리턴 bool

PutDown() 공개 정적인 메소드

public static PutDown ( ) : bool
리턴 bool

PutUp() 공개 정적인 메소드

public static PutUp ( ) : bool
리턴 bool

Uninstall() 공개 정적인 메소드

public static Uninstall ( ) : bool
리턴 bool

프로퍼티 상세

Connected 공개적으로 정적으로 프로퍼티

public static bool Connected
리턴 bool

FriendlyName 공개적으로 정적으로 프로퍼티

public static string FriendlyName
리턴 string

Guid 공개적으로 정적으로 프로퍼티

public static Guid,System Guid
리턴 System.Guid

Index 공개적으로 정적으로 프로퍼티

public static int Index
리턴 int

Mac 공개적으로 정적으로 프로퍼티

public static string Mac
리턴 string