AnimancerEditorUtilities.

AnimancerEditorUtilities.WebsiteExistenceChecker Class

Summary

A utility for checking if websites exist.
Assembly
Animancer.dll
Namespace
Animancer.Editor
Base Types
  • WebClient
graph BT Type-->Base0["WebClient"] Type["AnimancerEditorUtilities.WebsiteExistenceChecker"] class Type type-node

Syntax

public class AnimancerEditorUtilities.WebsiteExistenceChecker : WebClient

Properties

Name Value Summary
HeadOnly bool
Should the System.Net.WebRequest.Method be set to "Head"?

Methods

Name Value Summary
CanVerify(string) bool
Can this system verify the given `url`?
static
GetWebRequest(Uri) WebRequest
Returns a web request for the specified `address`.
Verify(string, string) void
Logs an error if no website exists at the specified `url`.
static
VerifyAsync(string) void
Logs an error if no website exists at the specified `url`.
static