useUnsafeHeaderParsing in winndows service application

Posted by j d on Stack Overflow See other posts from Stack Overflow or by j d
Published on 2008-10-28T11:54:14Z Indexed on 2010/05/13 8:04 UTC
Read the original article Hit count: 127

Filed under:

have a VS2005 windows service where i have the need to use 'useUnsafeHeaderParsing' as per documentation from MSDN.

as this is a library used within my windows service, i do not have a web.config to add httpwebrequest element and set useUnsafeHeaderParsing to true.

How would i go about achieving this in code. I tried

link text

and link text

but that was a no show.

© Stack Overflow or respective owner

Related posts about c#