1 write to _boundary
System.Web (1)
MultipartContentParser.cs (1)
105
_boundary
= boundary;
2 references to _boundary
System.Web (2)
MultipartContentParser.cs (2)
215
int len =
_boundary
.Length;
223
if (_data[_lineStart+i] !=
_boundary
[i])