ResponseCode.MinimumSuccessfulResponseCode 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.
Minimum successful response code. (200)
public: int MinimumSuccessfulResponseCode = 200;
public const int MinimumSuccessfulResponseCode = 200;
val mutable MinimumSuccessfulResponseCode : int
Public Const MinimumSuccessfulResponseCode As Integer = 200