C# 클래스 System.Uri.UriScheme

파일 보기 프로젝트 열기: kumpera/mono

공개 프로퍼티들

프로퍼티 타입 설명
defaultPort int
delimiter string
scheme string

공개 메소드들

메소드 설명
UriScheme ( string s, string d, int p ) : System.ComponentModel

메소드 상세

UriScheme() 공개 메소드

public UriScheme ( string s, string d, int p ) : System.ComponentModel
s string
d string
p int
리턴 System.ComponentModel

프로퍼티 상세

defaultPort 공개적으로 프로퍼티

public int defaultPort
리턴 int

delimiter 공개적으로 프로퍼티

public string delimiter
리턴 string

scheme 공개적으로 프로퍼티

public string scheme
리턴 string