Re: Help with System.IO.Stream
From: Peter Rilling (peter_at_nospam.rilling.net)
Date: 02/26/05
- Next message: saurabhaggarwal: "send/receive in outlook"
- Previous message: Michael H: "Help with System.IO.Stream"
- In reply to: Michael H: "Help with System.IO.Stream"
- Next in thread: Michael H: "Re: Help with System.IO.Stream"
- Reply: Michael H: "Re: Help with System.IO.Stream"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 25 Feb 2005 21:43:44 -0800
A stream just contains a sequence of bytes, it has nothing to do with XML.
XML is simply the format of those bytes. Either you pass a stream to the
method or you must pass some class that interprets the XML such as an
XmlTextReader or XmlDocument.
"Michael H" <Michael@Strawberry.Gatorade.yum> wrote in message
news:4q0021psvjc5ioucfacb5g7me0ot29oif3@4ax.com...
>
>
> I need to pass my XML string as a stream to a method;
>
> eg.
>
> public SubmitResult ClickToRecord.Submit(
> Stream stream,
> ConflictResolutionPolicy policy,
> out ProgramDetails[] programsInConflict
> )
>
>
>
> How can/should I pass this XML string via a stream to a method such as
> this ??
>
> Thanks,
>
> Michael Hughes - Silverton, Oregon
> http://wou.ath.cx/Trivia
> http://wou.ath.cx/AmateurRadio
- Next message: saurabhaggarwal: "send/receive in outlook"
- Previous message: Michael H: "Help with System.IO.Stream"
- In reply to: Michael H: "Help with System.IO.Stream"
- Next in thread: Michael H: "Re: Help with System.IO.Stream"
- Reply: Michael H: "Re: Help with System.IO.Stream"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|