C# Класс SharpRaven.Data.SentryRequest

The Request information is stored in the Http interface. Two arguments are required: url and method.
Показать файл Открыть проект Примеры использования класса

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