Name | Description | |
---|---|---|
![]() | VintasoftFileApi2Controller | Initializes a new instance of the VintasoftFileApi2Controller class. |
Name | Description | |
---|---|---|
![]() | VintasoftFileApi2Controller | Initializes a new instance of the VintasoftFileApi2Controller class. |
Name | Description | |
---|---|---|
![]() | ActionContext | Gets the action context. (Inherited from System.Web.Http.ApiController) |
![]() | Configuration | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | ControllerContext | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | IsEmptySessionSupported | Gets or sets a value indicating whether the API controller can work with undefined session. |
![]() | ModelState | Gets the model state after the model binding process. (Inherited from System.Web.Http.ApiController) |
![]() | Request | Gets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | RequestContext | Gets the request context. (Inherited from System.Web.Http.ApiController) |
![]() | Url | Gets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Inherited from System.Web.Http.ApiController) |
![]() | User | Returns the current principal associated with this request. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | AuthenticateFile | Authenticates the file using password. |
![]() | ClearSessionCache | Clears the uploaded file cache for current HTTP session. |
![]() | CopyFile | Copyies the specified file from application directory to the data storage. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController) |
![]() | DownloadImageFile | Downloads an image file from a server. |
![]() | ExecuteAsync | Executes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController) |
![]() | SaveImageFile | Saves images to an image file. |
![]() | UploadBase64Image | Uploads an image, which is represented by Base64 string, to the server. |
![]() | UploadBase64Images | Uploads images, which are represented by Base64 strings, to the server. |
![]() | UploadImageFile | Uploads an image file to the server. |
![]() | UploadImageFiles | Uploads the image files to the server. |
![]() | Validate | Overloaded. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | CreateImageTilesCacheManager | Creates a cache manager that manages cache of image tiles. |
![]() | CreateSerializedDocumentsDataStorage | Creates a data storage for serialized documents. |
![]() | CreateSessionDataStorage | Creates a data storage for current session. |
![]() | CreateThumbnailsCacheManager | Creates a cache manager that manages cache of thumbnails. |
![]() | CreateWebService | Creates the VintasoftFileWebService that handles HTTP requests from clients and allows to manipulate files on a server. |
![]() | Initialize | Initializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController) |