RegisterNotFoundOccurrenceAsync(string, string, string, IDictionary<string, string>)

public abstract Task RegisterNotFoundOccurrenceAsync(string scheme, string host, string path, IDictionary<string, string> requestHeaders)
Returns:
Task

Parameters

scheme string
host string
path string
requestHeaders IDictionary<string, string>

RegisterNotFoundOccurrenceAsync(IUrlManagementService, HttpRequest)

public static Task RegisterNotFoundOccurrenceAsync(IUrlManagementService service, HttpRequest request)
Returns:
Task

Parameters

request HttpRequest
In this article