Table of Contents

Class UrlMetadata

public class UrlMetadata
Inheritance
object
UrlMetadata

Properties

RetrievedUrl

Required. Retrieved url by the tool.

public string RetrievedUrl { get; set; }

Property Value

string

UrlRetrievalStatus

Required. Status of the url retrieval.

public UrlRetrievalStatus? UrlRetrievalStatus { get; set; }

Property Value

UrlRetrievalStatus?