Table of Contents

Interface IHttpRequest

Namespace
JJMasterData.Core.Http.Abstractions
Assembly
JJMasterData.Core.dll
public interface IHttpRequest

Properties

AbsoluteUri

string AbsoluteUri { get; }

Property Value

string

ApplicationPath

string ApplicationPath { get; }

Property Value

string

ApplicationUri

string ApplicationUri { get; }

Property Value

string

ContentType

string ContentType { get; }

Property Value

string

Form

IFormValues Form { get; }

Property Value

IFormValues

HttpMethod

string HttpMethod { get; }

Property Value

string

this[string]

string this[string key] { get; }

Parameters

key string

Property Value

string

Path

string Path { get; }

Property Value

string

QueryString

IQueryString QueryString { get; }

Property Value

IQueryString

UserAgent

string UserAgent { get; }

Property Value

string

UserHostAddress

string UserHostAddress { get; }

Property Value

string