System.Uri.UriScheme.UriScheme C# (CSharp) Méthode

UriScheme() public méthode

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