 |
Developing a Streaming Pipeline Component for BizTalk Server
A non-streaming pipeline component’s implementation reads the stream provided in the input message into memory, ... 2 StreamWriter memoryWriter = new StreamWriter(outStream); 3 4 using(StreamReader sr = new 5 StreamReader(pInMsg 6 8 while 9 ...
download.microsoft.com |
 |