Hello Eugeny,

> Hello, could you please explain - if I get a stream from Get/PostMethod, 
do I
> need to explicitly close it  when I read all required data, or it is 
done 
> when I call httpmethod.abort() ?

method.abort() will close the stream for you. Do NOT close the stream
before calling abort(), since that would read the remaining data.

cheers,
  Roland

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to