C# Класс SharpRaven.Nancy.Data.NancySentryRequest

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

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