Posts by Cleidson Barbosa • 171 points
2 posts
-
0
votes1
answer41
viewsA: use WCF service method returns The Caller was not authenticated by the service
Maybe it’s the machine’s firewall that’s preventing incoming requests. Checks which port the service is using and releases it in the Windows firewall.
-
7
votes3
answers2118
viewsA: Memorystream vs Stream
As stated before, STREAM is an abstract class. MEMORYSTREAM is a class derived from this class, as well as FILESTREAM. I usually use MEMORYSTREAM when I am working with small files and I see no…