Show / Hide Table of Contents

Class ReponseExtensions

Extensions for a response

Inheritance
Object
ReponseExtensions
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 ReponseExtensions

Methods

| Improve this Doc View Source

GetHrefs(response)

Gets all href entries from a response

Declaration
[NotNull]
[ItemNotNull]
public static IEnumerable<string> GetHrefs([NotNull] this response response)
Parameters
Type Name Description
response response

The response to get the href values from

Returns
Type Description
IEnumerable<String>

The list of found href values

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