Posted to
IIS 7.0 - Application Request Routing (ARR)
by
karl_mcguinness
on
05-22-2009, 4:10 PM
I am not sure how WCF implements streaming, but this following code snippet is what I am using (returning a memory stream with the service host binding transfermode set to streaming
[ServiceContract]
public interface IHttpPerformanceTest {
...