C# Class System.Uri.UriScheme

Datei anzeigen Open project: kumpera/mono

Public Properties

Property Type Description
defaultPort int
delimiter string
scheme string

Public Methods

Method Description
UriScheme ( string s, string d, int p ) : System.ComponentModel

Method Details

UriScheme() public method

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

Property Details

defaultPort public_oe property

public int defaultPort
return int

delimiter public_oe property

public string delimiter
return string

scheme public_oe property

public string scheme
return string