Property | Type | Description | |
---|---|---|---|
method | string | ||
path | string | ||
port | int |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
ToString ( bool show_password ) : string | ||
WvUrl ( string url ) : System | ||
WvUrl ( string method, string user, string password, string host, int port, string path ) : System |
public ToString ( bool show_password ) : string | ||
show_password | bool | |
return | string |
public WvUrl ( string method, string user, string password, string host, int port, string path ) : System | ||
method | string | |
user | string | |
password | string | |
host | string | |
port | int | |
path | string | |
return | System |