ResponseCode.MaximumRedirectResponseCode 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.
Maximum redirect response code. Can be used for validating response code ranges. (399)
public: int MaximumRedirectResponseCode = 399;
public const int MaximumRedirectResponseCode = 399;
val mutable MaximumRedirectResponseCode : int
Public Const MaximumRedirectResponseCode As Integer = 399