HttpResponseHeaderCollection.RetryAfter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene o imposta l'oggetto HttpDateOrDeltaHeaderValue che rappresenta il valore di un'intestazione HTTP Retry-After in una risposta HTTP.
public:
property HttpDateOrDeltaHeaderValue ^ RetryAfter { HttpDateOrDeltaHeaderValue ^ get(); void set(HttpDateOrDeltaHeaderValue ^ value); };
HttpDateOrDeltaHeaderValue RetryAfter();
void RetryAfter(HttpDateOrDeltaHeaderValue value);
public HttpDateOrDeltaHeaderValue RetryAfter { get; set; }
var httpDateOrDeltaHeaderValue = httpResponseHeaderCollection.retryAfter;
httpResponseHeaderCollection.retryAfter = httpDateOrDeltaHeaderValue;
Public Property RetryAfter As HttpDateOrDeltaHeaderValue
Valore della proprietà
Oggetto che rappresenta il valore di un'intestazione Retry-After HTTP in una risposta HTTP. Un valore Null indica che l'intestazione è assente.