C# 클래스 SharpRaven.Data.SentryRequest

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetRequest ( ISentryRequestFactory factory ) : ISentryRequest

Gets the request.

SentryRequest ( ) : System.Collections.Generic

Creates a new SentryRequest which may be submitted to Sentry to give context specific request information for web services.

메소드 상세

GetRequest() 공개 정적인 메소드

Gets the request.
public static GetRequest ( ISentryRequestFactory factory ) : ISentryRequest
factory ISentryRequestFactory
리턴 ISentryRequest

SentryRequest() 공개 메소드

Creates a new SentryRequest which may be submitted to Sentry to give context specific request information for web services.
public SentryRequest ( ) : System.Collections.Generic
리턴 System.Collections.Generic