16
1
using System;
2
3
public class Program
4
{
5
public static void Main()
6
{
7
for (int i = 0; i < 10; i++)
8
{
9
if( i == 5 )
10
break;
11
12
Console.WriteLine("Value of i: {0}", i);
13
}
14
15
}
16
}
Cached Result
[
{
"Headers": [
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=uploadFile; filename=file3.txt; filename*=utf-8''file3.txt"
]
}
]
},
{
"Headers": [
{
"Key": "Content-Type",
"Value": [
"text/plain; charset=utf-8"
]
},
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=userName"
]
}
]
},
{
"Headers": [
{
"Key": "Content-Type",
"Value": [
"text/plain; charset=utf-8"
]
},
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=email"
]
}
]
}
]
{
"Headers": [
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=uploadFile; filename=file3.txt; filename*=utf-8''file3.txt"
]
}
]
},
{
"Headers": [
{
"Key": "Content-Type",
"Value": [
"text/plain; charset=utf-8"
]
},
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=userName"
]
}
]
},
{
"Headers": [
{
"Key": "Content-Type",
"Value": [
"text/plain; charset=utf-8"
]
},
{
"Key": "Content-Disposition",
"Value": [
"form-data; name=email"
]
}
]
}
]