Метод | Описание | |
---|---|---|
ParseRequest ( HttpRequest request ) : |
Called at the beginning of a WOPI request to parse the request and determine the request type
|
|
ProcessWopiRequest ( this context ) : Task |
Processes a WOPI request using the HttpContext of the APIController
|
Метод | Описание | |
---|---|---|
CheckFileInfo ( this context, |
Processes a CheckFileInfo request For full documentation on CheckFileInfo, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/CheckFileInfo.html |
|
GetFile ( this context, |
Processes a GetFile request For full documentation on GetFile, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/GetFile.html |
|
GetLock ( this context, |
Processes a GetLock request For full documentation on GetLock, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/GetLock.html |
|
Lock ( this context, |
Processes a Lock request For full documentation on Lock, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/Lock.html |
|
PutFile ( this context, |
Processes a PutFile request For full documentation on PutFile, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/PutFile.html |
|
PutRelativeFile ( this context, |
Processes a PutRelativeFile request For full documentation on PutRelativeFile, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/PutRelativeFile.html |
|
PutUserInfo ( this context, |
Processes a PutUserInfo request For full documentation on PutUserInfo, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/PutUserInfo.html |
|
RefreshLock ( this context, |
Processes a RefreshLock request For full documentation on RefreshLock, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/RefreshLock.html |
|
RenameFile ( this context, |
Processes a RenameFile request For full documentation on RenameFile, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/RenameFile.html |
|
Unlock ( this context, |
Processes a Unlock request For full documentation on Unlock, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/Unlock.html |
|
UnlockAndRelock ( this context, |
Processes a UnlockAndRelock request For full documentation on UnlockAndRelock, see https://wopi.readthedocs.org/projects/wopirest/en/latest/files/UnlockAndRelock.html |
|
returnLockMismatch ( this context, string existingLock = null, string reason = null ) : |
Handles mismatch responses on WOPI requests
|
|
returnStatus ( HttpStatusCode code, string description ) : |
Forms the HttpResponseMessage for the WOPI request
|
public static ParseRequest ( HttpRequest request ) : |
||
request | HttpRequest | |
Результат |
public static ProcessWopiRequest ( this context ) : Task |
||
context | this | |
Результат | Task |