Summary
A utility for checking if websites exist.
- Assembly
- Animancer
.dll - Namespace
- Animancer
.Editor - Base Types
-
- WebClient
graph BT
Type-->Base0["WebClient"]
Type["WebsiteExistenceChecker"]
class Type type-node
Syntax
public class WebsiteExistenceChecker : WebClient
Properties
Name | Value | Summary |
---|---|---|
HeadOnly | bool |
Should the
System.Net.WebRequest.Method be set to "Head"? |
Methods
Name | Value | Summary |
---|---|---|
CanVerify |
bool |
Can this system verify the given `url`?
static
|
GetWebRequest |
WebRequest |
Returns a web request for the specified `address`.
|
Verify |
void |
Logs an error if no website exists at the specified `url`.
static
|
VerifyAsync |
void |
Logs an error if no website exists at the specified `url`.
static
|