System.Uri.UriScheme.UriScheme C# (CSharp) 메소드

UriScheme() 공개 메소드

public UriScheme ( string s, string d, int p ) : System.ComponentModel
s string
d string
p int
리턴 System.ComponentModel
			public UriScheme (string s, string d, int p) 
			{
				scheme = s;
				delimiter = d;
				defaultPort = p;
			}
		};
Uri.UriScheme