C# Class NUnit.Extensions.Asp.HttpClient.RedirectLoopException

Exception: Too many HTTP redirects were detected. Check for infinite redirection loop.
Inheritance: System.ApplicationException
Datei anzeigen Open project: vcsjones/NUnitAsp

Public Properties

Property Type Description
TargetUrl string

Private Methods

Method Description
GetMessage ( string targetUrl ) : string
RedirectLoopException ( string targetUrl ) : System

Property Details

TargetUrl public_oe property

The target URL of the failed redirect
public string TargetUrl
return string