Show / Hide Table of Contents

Class CodedUrlParser

The parser for a Coded-URL

Inheritance
Object
CodedUrlParser
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.Headers
Assembly:FubarDev.WebDavServer.dll
Syntax
public static class CodedUrlParser

Methods

| Improve this Doc View Source

Parse(String)

Parse the Coded-URL from a source langword_csharp_string

Declaration
public static Uri Parse([NotNull] string source)
Parameters
Type Name Description
String source

The langword_csharp_string to parse the Coded-URL from

Returns
Type Description
Uri

The parsed Coded-URL

| Improve this Doc View Source

TryParse(String, out Uri)

Tries to parse the Coded-URL from a source langword_csharp_string

Declaration
public static bool TryParse([NotNull] string source, out Uri codedUrl)
Parameters
Type Name Description
String source

The langword_csharp_string to parse the Coded-URL from

Uri codedUrl

The parsed Coded-URL

Returns
Type Description
Boolean

true when the Coded-URL could be parsed successfully

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