Get Response length

  • Thread starter Thread starter Pietro
  • Start date Start date
P

Pietro

I'm trying to get the length of the Response output that will be sent to
the client.
I used sizeof , Marshal.SizeOf and Response.OutputStream.Length but it
doesn't work, anybody knows de answer?

Pietro
 
Pietro said:
I'm trying to get the length of the Response output that will be sent
to the client. I used sizeof , Marshal.SizeOf and
Response.OutputStream.Length but it doesn't work, anybody knows de
answer?

Pietro

Can you post some code?
 
Back
Top