WCF and Endpoint address
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I have created service using WCF named pipe binding. I want to check whether any of my end point for the service with particular address is in use or not? How I can do it? e.g. I have configured the endpoint using address "net.pipe//localhost/Test/ABC". Now if client tries to connect to the same end point again I want to catch this situation. Can any one suggest the idea or direct me towards some documentation on it. Thanks Krunal C