C# Class SharpRaven.Data.SentryRequest

The Request information is stored in the Http interface. Two arguments are required: url and method.
ファイルを表示 Open project: getsentry/raven-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

GetRequest() public static method

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

SentryRequest() public method

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