C
casey chesnut
on the full framework:
i can add SoapHeaders to the message.Headers collection in BeforeSerialize,
and then they will be serialized to the stream in AfterSerialize.
(in AfterSerialize, I have to do Copy(newStream, oldStream) when doing
this).
this same behavior is not working for me on .NETcf.
any tricks to get this to work?
because i'd rather work with typed object during BeforeSerialize,
then writing out raw Xml during AfterSerialize.
Thanks
casey
i can add SoapHeaders to the message.Headers collection in BeforeSerialize,
and then they will be serialized to the stream in AfterSerialize.
(in AfterSerialize, I have to do Copy(newStream, oldStream) when doing
this).
this same behavior is not working for me on .NETcf.
any tricks to get this to work?
because i'd rather work with typed object during BeforeSerialize,
then writing out raw Xml during AfterSerialize.
Thanks
casey