ResponseCode.MaximumSuccessfulResponseCode 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 successful response code. Can be used for validating ranges of response codes. (299)
public: int MaximumSuccessfulResponseCode = 299;
public const int MaximumSuccessfulResponseCode = 299;
val mutable MaximumSuccessfulResponseCode : int
Public Const MaximumSuccessfulResponseCode As Integer = 299