C# Class NZBDash.Common.Helpers.UrlHelper

Afficher le fichier Open project: NZBDash/NZBDash Class Usage Examples

Méthodes publiques

Méthode Description
ReturnUri ( string val ) : Uri

Returns the URI.

ReturnUri ( string val, int port ) : Uri

Returns the URI.

Method Details

ReturnUri() public static méthode

Returns the URI.
public static ReturnUri ( string val ) : Uri
val string The value.
Résultat System.Uri

ReturnUri() public static méthode

Returns the URI.
public static ReturnUri ( string val, int port ) : Uri
val string The value.
port int The port.
Résultat System.Uri