2 references to HeaderEncodeInternal
System.Web (2)
Util\HttpEncoder.cs (2)
184
encodedHeaderName = (String.IsNullOrEmpty(headerName)) ? headerName :
HeaderEncodeInternal
(headerName);
185
encodedHeaderValue = (String.IsNullOrEmpty(headerValue)) ? headerValue :
HeaderEncodeInternal
(headerValue);