C# Class Wv.WvUrl

Mostra file Open project: apenwarr/versaplex Class Usage Examples

Public Properties

Property Type Description
method string
path string
port int

Public Methods

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

Method Details

ToString() public method

public ToString ( ) : string
return string

ToString() public method

public ToString ( bool show_password ) : string
show_password bool
return string

WvUrl() public method

public WvUrl ( string url ) : System
url string
return System

WvUrl() public method

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

Property Details

method public_oe property

public string method
return string

path public_oe property

public string path
return string

port public_oe property

public int port
return int