ValidationOptions.RequestTimeout

ValidationOptions.RequestTimeout property

Gets or sets the timeout duration, in milliseconds, for network-related operations during the validation process. The RequestTimeout property defines the maximum time the system should wait for a network response when accessing online resources, such as revocation status or OCSP servers.

public int RequestTimeout { get; set; }

See Also