C# Class Ipop.SocialVPN.Svpncmd

ファイルを表示 Open project: pstjuste/brunet

Public Properties

Property Type Description
_url string

Public Methods

Method Description
Add ( string address ) : string
Block ( string address ) : string
GetInfo ( ) : string
Login ( string network, string user, string pass ) : string
Logout ( string network ) : string
Main ( string args ) : void
Print ( string output ) : string
Remove ( string address ) : string
SetUrl ( ) : void
ShowHelp ( ) : void
Unblock ( string address ) : string

Method Details

Add() public static method

public static Add ( string address ) : string
address string
return string

Block() public static method

public static Block ( string address ) : string
address string
return string

GetInfo() public static method

public static GetInfo ( ) : string
return string

Login() public static method

public static Login ( string network, string user, string pass ) : string
network string
user string
pass string
return string

Logout() public static method

public static Logout ( string network ) : string
network string
return string

Main() public static method

public static Main ( string args ) : void
args string
return void

Print() public static method

public static Print ( string output ) : string
output string
return string

Remove() public static method

public static Remove ( string address ) : string
address string
return string

SetUrl() public static method

public static SetUrl ( ) : void
return void

ShowHelp() public static method

public static ShowHelp ( ) : void
return void

Unblock() public static method

public static Unblock ( string address ) : string
address string
return string

Property Details

_url public_oe static_oe property

public static string _url
return string