CKFinder 3 – ASP.NET Connector Documentation
CKSource.CKFinder.Connector.Core Namespace Reference

Classes

class  ComponentResolver
 A default implementation of component resolver. More...
 
interface  ICommandHandler
 Handles command executions. More...
 
interface  ICommandHandlerProxy
 A Proxy for handling command executions. More...
 
interface  ICommandRequest
 A command request. More...
 
interface  IComponentResolver
 A component resolver. More...
 
interface  IConnector
 Describes a connector. More...
 
interface  IDtoMapper
 Defines a data transfer object mapper. More...
 
struct  ImageQuality
 Describes an image quality. More...
 
interface  ISecuritySettings
 A security settings. More...
 
class  RequestContent
 Defines content stream for a request. More...
 

Enumerations

enum  HttpMethod { Get, Post }
 Valid http methods. More...
 

Enumeration Type Documentation

◆ HttpMethod

enum HttpMethod
strong

Valid http methods.

Enumerator
Get 

A GET method.

Post 

A POST method.