Table of Contents

Class HttpAccessHelper

Namespace
Shift.Common
Assembly
Shift.Common.dll
public class HttpAccessHelper : AccessHelper<HttpAccess>
Inheritance
HttpAccessHelper
Inherited Members
Extension Methods

Constructors

HttpAccessHelper(HttpAccess)

public HttpAccessHelper(HttpAccess value)

Parameters

value HttpAccess

Properties

Abbreviations

protected override Dictionary<HttpAccess, string> Abbreviations { get; }

Property Value

Dictionary<HttpAccess, string>

Delete

public bool Delete { get; }

Property Value

bool

EmptyValue

protected override HttpAccess EmptyValue { get; }

Property Value

HttpAccess

Get

public bool Get { get; }

Property Value

bool

Head

public bool Head { get; }

Property Value

bool

Post

public bool Post { get; }

Property Value

bool

Put

public bool Put { get; }

Property Value

bool