Show / Hide Table of Contents

Enum WebDavStatusCode

The status codes used by the WebDAV server

Namespace:FubarDev.WebDavServer.Model
Assembly:FubarDev.WebDavServer.dll
Syntax
public enum WebDavStatusCode

Fields

Name Description
BadGateway

The Bad Gateway (502) status code

BadRequest

The Bad Request (400) status code

Conflict

The Conflict (409) status code

Created

The Created (201) status code

FailedDependency

The Failed Dependency (424) status code

Forbidden

The Forbidden (403) status code

InsufficientStorage

The Insufficient Storage (507) status code

Locked

The Locked (423) status code

MethodNotAllowed

The Method Not Allowed (405) status code

MultiStatus

The Multi-Status (207) status code

NoContent

The No Content (204) status code

NotFound

The Not Found (404) status code

NotImplemented

The Not Implemented (501) status code

NotModified

The Not Modified (304) status code

OK

The OK (200) status code

PartialContent

The Partial Content (206) status code

PreconditionFailed

The Precondition Failed (412) status code

RequestedRangeNotSatisfiable

The Requested Range Not Satisfiable (416) status code

RequestUriTooLong

The Request URI Too Long (414) status code

UnprocessableEntity

The Unprocessable Entity (422) status code

UnsupportedMediaType

The Unsupported Media Type (415) status code

Extension Methods

WebDavStatusCodeExtensions.GetReasonPhrase(String)
  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX