system.Net Tracing - Not able to view Request Body in single line
Posted
by amz
on Stack Overflow
See other posts from Stack Overflow
or by amz
Published on 2010-04-09T21:48:58Z
Indexed on
2010/04/09
21:53 UTC
Read the original article
Hit count: 351
system.net
|tracing
Hi All, I am using system.Net tracing to log what is being sent over the wire. I am able to see the Http Request Body content but are in seprate lines.
I want to see like below
Not like this
System.Net Verbose: 0 : [118756] Data from ConnectStream#59274039::Read System.Net Verbose: 0 : [118756] 00000000 : 3C 73 3A 45 6E 76 65 6C-6F 70 65 20 78 6D 6C 6E : System.Net Verbose: 0 : [118756] 00000040 : 3C 73 3A 42 6F 64 79 3E-3C 53 75 62 6D 69 74 41 : < System.Net Verbose: 0 : [118756] 00000080 : 53 75 62 6D 69 74 41 70-70 6C 69 63 61 74 69 6F : SubmitApplicatio System.Net Verbose: 0 : [118756] 00000090 : 6E 52 65 73 75 6C 74 3E-74 72 75 65 3C 2F 53 75 : nResult>true System.Net Verbose: 0 : [118756] Exiting ConnectStream#59274039::Read() -> 232#232
© Stack Overflow or respective owner