5 references to CheckValidParse
Microsoft.Net.Http.Headers.Tests (5)
ContentDispositionHeaderValueTest.cs (5)
479
CheckValidParse
("\r\n inline ", expected);
480
CheckValidParse
("inline", expected);
486
CheckValidParse
("\r\n inline ; name = myName ", expected);
487
CheckValidParse
(" inline;name=myName", expected);
493
CheckValidParse
(@"attachment; filename*=UTF-8''foo-%c3%a4.html; filename=foo-ae.html", expected);