C# Class OpenRasta.Web.Internal.CommunicationContextExtensions

Afficher le fichier Open project: Huddle/openrasta-stable

Méthodes publiques

Méthode Description
GetRequestUriRelativeToRoot ( this context ) : Uri
WithScheme ( this uri, string scheme ) : Uri

Method Details

GetRequestUriRelativeToRoot() public static méthode

public static GetRequestUriRelativeToRoot ( this context ) : Uri
context this
Résultat System.Uri

WithScheme() public static méthode

public static WithScheme ( this uri, string scheme ) : Uri
uri this
scheme string
Résultat System.Uri