CKFinder 3 – ASP.NET Connector Documentation
ICommandRequest Interface Reference

A command request. More...

Properties

IReadOnlyCollection< RequestContentContents [get]
 Gets the read-only collection of contents. More...
 
ReadOnlyStringCollectionDictionary QueryParameters [get]
 Gets the read-only dictionary of query parameters. More...
 
ReadOnlyStringCollectionDictionary FormParameters [get]
 Gets the read-only dictionary of form parameters. More...
 
IReadOnlyDictionary< string, string > Cookies [get]
 Gets the read-only dictionary of cookies. More...
 
ReadOnlyStringCollectionDictionary Headers [get]
 Gets the read-only dictionary of headers. More...
 
HttpMethod Method [get]
 Gets the HTTP method for this request. More...
 
IPrincipal Principal [get]
 Gets principal for this request. More...
 
string BaseUri [get]
 Gets the base uri of the connector. More...
 
bool IsSecure [get]
 Gets whether this request is secure (https). More...
 
string LocalIpAddress [get]
 Gets the local IP address. More...
 
int? LocalPort [get]
 Gets the local port. More...
 
string RemoteIpAddress [get]
 Gets the remote IP address. More...
 
int? RemotePort [get]
 Gets the remote port. More...
 
string Protocol [get]
 Gets the request protocol. More...
 
string Scheme [get]
 Gets the HTTP request scheme. More...
 

Detailed Description

A command request.

Property Documentation

◆ BaseUri

string BaseUri
get

Gets the base uri of the connector.

◆ Contents

IReadOnlyCollection<RequestContent> Contents
get

Gets the read-only collection of contents.

◆ Cookies

IReadOnlyDictionary<string, string> Cookies
get

Gets the read-only dictionary of cookies.

◆ FormParameters

ReadOnlyStringCollectionDictionary FormParameters
get

Gets the read-only dictionary of form parameters.

◆ Headers

ReadOnlyStringCollectionDictionary Headers
get

Gets the read-only dictionary of headers.

◆ IsSecure

bool IsSecure
get

Gets whether this request is secure (https).

◆ LocalIpAddress

string LocalIpAddress
get

Gets the local IP address.

◆ LocalPort

int? LocalPort
get

Gets the local port.

◆ Method

HttpMethod Method
get

Gets the HTTP method for this request.

◆ Principal

IPrincipal Principal
get

Gets principal for this request.

◆ Protocol

string Protocol
get

Gets the request protocol.

◆ QueryParameters

ReadOnlyStringCollectionDictionary QueryParameters
get

Gets the read-only dictionary of query parameters.

◆ RemoteIpAddress

string RemoteIpAddress
get

Gets the remote IP address.

◆ RemotePort

int? RemotePort
get

Gets the remote port.

◆ Scheme

string Scheme
get

Gets the HTTP request scheme.


The documentation for this interface was generated from the following file: