C# 클래스 SharpRaven.Nancy.Data.NancySentryRequest

The Request information is stored in the Http interface. Two arguments are required: url and method.
상속: ISentryRequest
파일 보기 프로젝트 열기: getsentry/raven-csharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명
NancySentryRequest System.Collections.Generic

공개 메소드들

메소드 설명
GetRequest ( Nancy.NancyContext httpContext ) : NancySentryRequest

Gets the request.

GetUser ( ) : SentryUser

Gets the user.

비공개 메소드들

메소드 설명
NancySentryRequest ( Nancy.NancyContext httpContext ) : System.Collections.Generic

Initializes a new instance of the NancySentryRequest class.

메소드 상세

GetRequest() 공개 정적인 메소드

Gets the request.
public static GetRequest ( Nancy.NancyContext httpContext ) : NancySentryRequest
httpContext Nancy.NancyContext
리턴 NancySentryRequest

GetUser() 공개 메소드

Gets the user.
public GetUser ( ) : SentryUser
리턴 SharpRaven.Data.SentryUser