Click or drag to resize
StreamResponseExtensions Class
Some extensions for handling responses which can be stored as files.
Inheritance Hierarchy
SystemObject
  DocuWare.Platform.ServerClientStreamResponseExtensions

Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient (in DocuWare.Platform.ServerClient.dll) Version: Version 6.7 [UNOFFICIAL BUILD]
Syntax
C#
public static class StreamResponseExtensions

The StreamResponseExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateEasyCheckoutFileName
Creates the name of the easy-checkout file.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, FileInfo)
Checks the specified file in.
Public methodStatic memberEasyCheckInFromFileSystemAsync(ServiceConnection, FileInfo, CheckInActionParameters)
Checks the specified file in.
Public methodStatic memberEasyCheckOutToFileSystemAsync
Checks out the specified file and saves it to the file system asynchronously.
Top
See Also