Is t开发者_StackOverflowhere any way I can determine which netNamedpipe channels are currently open? This will help me debug my WCF Client/Server and make sure I am closing my channels properly.
I am running a windows service to which I send messages over a NetNamedPipeBinding.The messages are send from a client application which is triggered by a GPO.I just installed the service and client o
I\'m currently working on a project in c# where I have a service running as LocalSystem, and a user application (tray app) running for each logged on user.
We keep having some customers getting a warning from AVG Antivirus about our appl开发者_运维问答ication.
I have many WCF services and I need to call one service from another. I decided to use netNamedPipeBinding for this purpose.
I\'d like to have two processes running within the same use开发者_运维百科r\'s logon session communicate via WCF. NetNamedPipesBinding seems the most appropriate for this. BUT there could be multiple
Is there way to run self host a WCF service with ServiceHost on local user (no administrator privileges)? It needs only to be on the local computer.
I am trying to run multiple WCF Service hosting apps on the same Machine. I want to run multiple Applications - not multiple services in one application.
We are building a window service that starts/stops other processes, and the communication between the UI and the service is with NetNamedPipe.
I\'m building web application (in this context the client) which talk with a different process (in this context the server) through a namedpipe wcf service (WCF 4).