4 references to CheckValidParse
Microsoft.Net.Http.Headers.Tests (4)
ContentRangeHeaderValueTest.cs (4)
147
CheckValidParse
(" bytes 1-2/3 ", new ContentRangeHeaderValue(1, 2, 3));
148
CheckValidParse
("bytes * / 3", new ContentRangeHeaderValue(3));
150
CheckValidParse
(" custom 1234567890123456789-1234567890123456799/*",
153
CheckValidParse
(" custom * / 123 ",