Show / Hide Table of Contents

Class WebDavStatusCodeExtensions

Extension methods for the WebDavStatusCode

Inheritance
Object
WebDavStatusCodeExtensions
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace:FubarDev.WebDavServer.Model
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class WebDavStatusCodeExtensions

Methods

| Improve this Doc View Source

GetReasonPhrase(WebDavStatusCode, String)

Builds the reason phrase for a status code and an additional message

Declaration
[NotNull]
public static string GetReasonPhrase(this WebDavStatusCode statusCode, [CanBeNull] string additionalMessage = null)
Parameters
Type Name Description
WebDavStatusCode statusCode

The status code to build the reason phrase for

String additionalMessage

The additional message for the reason phrase

Returns
Type Description
String

The built reason phrase

  • Improve this Doc
  • View Source
Back to top Copyright © 2016-2017 Fubar Development Junker
Generated by DocFX