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

HttpRequest Extensions.
Show file Open project: Microsoft/ApplicationInsights-dotnet-server

Public Methods

Method 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 method

public static GetUserHostAddress ( this httpRequest ) : string
httpRequest this
return string

UnvalidatedGetCookie() public static method

public static UnvalidatedGetCookie ( this httpRequest, string name ) : System.Web.HttpCookie
httpRequest this
name string
return System.Web.HttpCookie

UnvalidatedGetHeader() public static method

public static UnvalidatedGetHeader ( this httpRequest, string headerName ) : string
httpRequest this
headerName string
return string

UnvalidatedGetPath() public static method

public static UnvalidatedGetPath ( this httpRequest ) : string
httpRequest this
return string

UnvalidatedGetUrl() public static method

public static UnvalidatedGetUrl ( this httpRequest ) : Uri
httpRequest this
return System.Uri