C# 클래스 Microsoft.ApplicationInsights.Web.Implementation.HttpRequestExtensions

HttpRequest Extensions.
파일 보기 프로젝트 열기: Microsoft/ApplicationInsights-dotnet-server

공개 메소드들

메소드 설명
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

메소드 상세

GetUserHostAddress() 공개 정적인 메소드

public static GetUserHostAddress ( this httpRequest ) : string
httpRequest this
리턴 string

UnvalidatedGetCookie() 공개 정적인 메소드

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

UnvalidatedGetHeader() 공개 정적인 메소드

public static UnvalidatedGetHeader ( this httpRequest, string headerName ) : string
httpRequest this
headerName string
리턴 string

UnvalidatedGetPath() 공개 정적인 메소드

public static UnvalidatedGetPath ( this httpRequest ) : string
httpRequest this
리턴 string

UnvalidatedGetUrl() 공개 정적인 메소드

public static UnvalidatedGetUrl ( this httpRequest ) : Uri
httpRequest this
리턴 System.Uri