C# 클래스 Wv.WvUrl

파일 보기 프로젝트 열기: apenwarr/versaplex 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
method string
path string
port int

공개 메소드들

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

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToString() 공개 메소드

public ToString ( bool show_password ) : string
show_password bool
리턴 string

WvUrl() 공개 메소드

public WvUrl ( string url ) : System
url string
리턴 System

WvUrl() 공개 메소드

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
리턴 System

프로퍼티 상세

method 공개적으로 프로퍼티

public string method
리턴 string

path 공개적으로 프로퍼티

public string path
리턴 string

port 공개적으로 프로퍼티

public int port
리턴 int