netnamedpipebinding
View current opened netNamedPipe channels?
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.[详细]
2023-04-06 16:01 分类:问答Getting EndpointNotFoundException with NetNamedPipeBinding in C#; Need To Create Global Named Pipe
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[详细]
2023-04-06 12:52 分类:问答Internal communication between a service and multiple user applications WCF C#
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.[详细]
2023-04-03 17:41 分类:问答WCF and NetNamedPipeBinding - AVG Antivirus
We keep having some customers getting a warning from AVG Antivirus about our appl开发者_运维问答ication.[详细]
2023-04-03 03:39 分类:问答No endpoint listening at net.pipe exception
I have many WCF services and I need to call one service from another. I decided to use netNamedPipeBinding for this purpose.[详细]
2023-03-25 16:24 分类:问答How to use WCF NetNamedPipesBinding for communication between processes only in same users' logon session?
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[详细]
2023-03-07 05:44 分类:问答WCF local machine ServiceHost and Administrator Privileges
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.[详细]
2023-03-01 19:02 分类:问答WCF Multiple Apps using NetNamedPipe
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.[详细]
2023-02-17 17:23 分类:问答Using NetNamedPipe on a network?
We are building a window service that starts/stops other processes, and the communication between the UI and the service is with NetNamedPipe.[详细]
2023-02-15 21:35 分类:问答WCF NamedPipe: PerSession-Single or Singleton-Multiple
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).[详细]
2023-02-14 06:40 分类:问答