Search Results

1
vote

Keeping track number of connected users to WCF service?

You can create your implementation of IInstanceContextInitializer …
1
vote

How to inject an object into a WCF validator class

In general custom validator is assigned programmatically (there is also possibility to do so from config file) something like this and it is done just before service host is opened and basically th …
2
votes

How to Send Large File From Client To Server Using WCF in C#?

You can take a look at WCF Streaming feature. …