Show / Hide Table of Contents

Interface IHttpRequest

Запрос.

Namespace:InfinniPlatform.Http
Assembly:InfinniPlatform.Core.Abstractions.dll
Syntax
public interface IHttpRequest

Properties

| Improve this Doc View Source

BasePath

Базовый путь запроса.

Declaration
string BasePath { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Content

Содержимое тела запроса.

Declaration
Stream Content { get; }
Property Value
Type Description
Stream
| Improve this Doc View Source

Culture

Региональные параметры запроса.

Declaration
CultureInfo Culture { get; }
Property Value
Type Description
CultureInfo
| Improve this Doc View Source

Files

Список файлов запроса.

Declaration
IEnumerable<IHttpRequestFile> Files { get; }
Property Value
Type Description
IEnumerable<IHttpRequestFile>
| Improve this Doc View Source

Form

Данные тела запроса.

Declaration
dynamic Form { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Headers

Заголовок запроса.

Declaration
IHttpRequestHeaders Headers { get; }
Property Value
Type Description
IHttpRequestHeaders
| Improve this Doc View Source

Method

Метод запроса.

Declaration
string Method { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Parameters

Параметры строки запроса.

Declaration
dynamic Parameters { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

Path

Путь запроса.

Declaration
string Path { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Query

Данные строки запроса.

Declaration
dynamic Query { get; }
Property Value
Type Description
System.Object
| Improve this Doc View Source

User

Пользователь запроса.

Declaration
IIdentity User { get; }
Property Value
Type Description
IIdentity
| Improve this Doc View Source

UserHostAddress

Адрес клиента.

Declaration
string UserHostAddress { get; }
Property Value
Type Description
System.String

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.