C# Class Microsoft.ApplicationInsights.Web.Implementation.HttpRequestExtensions

HttpRequest Extensions.
Afficher le fichier Open project: Microsoft/ApplicationInsights-dotnet-server

Méthodes publiques

Méthode Description
GetUserHostAddress ( this httpRequest ) : string
UnvalidatedGetCookie ( this httpRequest, string name ) : System.Web.HttpCookie
UnvalidatedGetHeader ( this httpRequest, string headerName ) : string
UnvalidatedGetPath ( this httpRequest ) : string
UnvalidatedGetUrl ( this httpRequest ) : Uri

Method Details

GetUserHostAddress() public static méthode

public static GetUserHostAddress ( this httpRequest ) : string
httpRequest this
Résultat string

UnvalidatedGetCookie() public static méthode

public static UnvalidatedGetCookie ( this httpRequest, string name ) : System.Web.HttpCookie
httpRequest this
name string
Résultat System.Web.HttpCookie

UnvalidatedGetHeader() public static méthode

public static UnvalidatedGetHeader ( this httpRequest, string headerName ) : string
httpRequest this
headerName string
Résultat string

UnvalidatedGetPath() public static méthode

public static UnvalidatedGetPath ( this httpRequest ) : string
httpRequest this
Résultat string

UnvalidatedGetUrl() public static méthode

public static UnvalidatedGetUrl ( this httpRequest ) : Uri
httpRequest this
Résultat System.Uri