Is there a way to enable both session and streaming in netTcpBinding?
- by DxCK
Hi
I writing a WCF Service that need transfer large files, so i using streaming, but from the other hand i need to do username specific initializations.
The problem is that getting the username and perform initialization every time is very expensive. If i could turn on session, i could just save initialized data in local variables in the service instance.
Is there a way to turn on both streaming and session in netTcpBinding?