Table of Contents

Class WebExceptionExtensions

Namespace
ZeroInstall.Services
Assembly
ZeroInstall.Services.dll

Provides extension methods for WebExceptions.

public static class WebExceptionExtensions
Inheritance
WebExceptionExtensions
Inherited Members

Methods

ShouldTryMirror(WebException, Uri)

Determines a download from a specific uri that failed with an exception is should be retried using a mirror location.

public static bool ShouldTryMirror(this WebException exception, Uri uri)

Parameters

exception WebException
uri Uri

Returns

bool