I'm trying to make an If Statement
"If HttpStatusCode.429 Then Then
good += 1
Label8.Text = "Errors :" & good.ToString
End If"
Basically i can't find the 429 status code how do i add it
I'm trying to make an If Statement
"If HttpStatusCode.429 Then Then
good += 1
Label8.Text = "Errors :" & good.ToString
End If"
Basically i can't find the 429 status code how do i add it