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