Search Results

1
vote
1answer
609 views

WCF Streaming contract

I am trying to set up a streaming WCF service using basicHttpBinding. The service is hosted in an IIS7 process. The contract contains a simple Stream GetStream() operation. When I …
1
vote

How to make a method exclusive in a multithreaded context ?

I think Microsoft recommends using the …