CKFinder 3 – ASP.NET Connector Documentation
CommandResponse Class Reference

An abstract command response. More...

Inheritance diagram for CommandResponse:
JsonCommandResponse NotModifiedCommandResponse StreamCommandResponse StringCommandResponse

Protected Attributes

Dictionary< string, string > extraHeaders = new Dictionary<string, string>()
 

Properties

string MimeType [get]
 Gets the content type. More...
 
HttpStatusCode HttpStatusCode [get]
 Gets the http status code of the response. More...
 
CacheOptions CacheOptions [get]
 Gets the cache options. More...
 
Dictionary< string, string > Headers [get]
 Gets extra headers defined for this response. More...
 

Detailed Description

An abstract command response.

Valid implementations are:

Property Documentation

◆ CacheOptions

Gets the cache options.

◆ Headers

Dictionary<string, string> Headers
get

Gets extra headers defined for this response.

◆ HttpStatusCode

HttpStatusCode HttpStatusCode
get

Gets the http status code of the response.

◆ MimeType

string MimeType
get

Gets the content type.


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