ResponseCode.ProxyShouldRedirect Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Proxy should redirect. (303)
public: int ProxyShouldRedirect = 303;
public const int ProxyShouldRedirect = 303;
val mutable ProxyShouldRedirect : int
Public Const ProxyShouldRedirect As Integer = 303