M
Michael H
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
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