Edit

Share via


ResponseCode.RedirectResponseCode Field

Definition

The user has moved temporarily. Retry at the contact header specified. (302)

public: int RedirectResponseCode = 302;
public const int RedirectResponseCode = 302;
val mutable RedirectResponseCode : int
Public Const RedirectResponseCode As Integer  = 302

Field Value

Value = 302

Applies to