Dynamically add soap headers in Compact Framework
Date: Tue, 3 Aug 2004 11:53:38 -0700
On the full framework i am able to add Soapheaders to the message.Headers
collection in BeforeSerialize and then they will be serialized to the stream
in AfterSerialize. However, when i try to do the same thing in .NET Compact
Framework it doesn't seem to work. The added headers are not there. Is
there any way i can get this to work?
Relevant Pages
- I need help debugging an MFC OCX
... void CFlintCtrl::DoPropExchange(CPropExchange* pPX) ... This routine is called by the framework and always sets m_bReadAhead to ... Where does this stream come from? ... (microsoft.public.win32.programmer.ole) - Re: Is there any iterator-like constructs for Streams?
... > IEnumerator and IEnumerable interfaces which allow for more then one ... > in the framework that wraps a stream in such a way that the stream position ... don't believe it's provided in the framework. ... (microsoft.public.dotnet.languages.csharp) - portable way to define new stream classes?
... In Lispworks I can define my own stream classes, ... I have the source code of the framework and can change it. ... (vector-push-extend byte (slot-value self 'content))) ... (comp.lang.lisp) - Re: how to dispose of a streamwriter without closing the underlying stream
... The reader/writer classes are dependent on encoding and exact byte position, and there's no way to ensure that a reader in particular hasn't read some bytes that are actually part of a different encoding. ... I would guess that since there's not really any reliable way to generalize that kind of functionality, the framework leaves it up to the application to do it, under its full control so that any mistakes in dealing with the mixed data stream are the fault of the application, not the framework. ... (microsoft.public.dotnet.languages.csharp) |
|