C# Class System.Uri.UriScheme

Afficher le fichier Open project: kumpera/mono

Méthodes publiques

Свойство Type Description
defaultPort int
delimiter string
scheme string

Méthodes publiques

Méthode Description
UriScheme ( string s, string d, int p ) : System.ComponentModel

Method Details

UriScheme() public méthode

public UriScheme ( string s, string d, int p ) : System.ComponentModel
s string
d string
p int
Résultat System.ComponentModel

Property Details

defaultPort public_oe property

public int defaultPort
Résultat int

delimiter public_oe property

public string delimiter
Résultat string

scheme public_oe property

public string scheme
Résultat string