netnamedpipebinding Questions

3

Solved

am newbie to both WCF and Named pipes. I need a way to securely communicate between a UI application and Windows Service on the same machine. Here's what I need: - Client UI application needs to s...
Downdraft asked 25/2, 2011 at 21:15

2

I have a following configuration in my wcf service <endpoint address="" binding="netNamedPipeBinding" contract="WcfWithNamedPipe.IService1" bindingConfiguration="WcfWithNamedPipe.netNamedP...
Spokeswoman asked 11/9, 2012 at 8:26

3

Solved

I noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?
Ideology asked 17/6, 2009 at 1:49

3

Solved

I am the developer of a WCF service. My test clients work very well with it. But when it comes to real clients (using the same client proxy), it fails. The same WCF service works with netTcpBinding...
Bundelkhand asked 4/12, 2009 at 18:25

1

Solved

I would like to know if netNamedPipeBinding is considered safe: On one hand NetNamedPipeBinding implements security only on the transport Layer and it uses NTLM (source) that is no longer recommen...
Humblebee asked 3/8, 2012 at 15:5

2

Solved

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. var host = new ServiceHost(typeof(MyClass...
Anasarca asked 16/3, 2011 at 13:48

2

Solved

I'm getting the "There was no endpoint listening at net.pipe://localhost" error as described in other places but I cannot seem to find a real answer. This is a great identifier of the problem: htt...
Aviv asked 16/9, 2010 at 17:55

2

Solved

Given: - the application - desktop GUI (WPF) .NET app - windows service watching for application (.NET also) The windows service periodically "pings" application to get sure it's healthy (and i...
Mol asked 29/11, 2010 at 11:7

1

I have an application consisting of several WCF services, some of which are implemented in Workflow Foundation (.NET 3.5), others just plain C#. These services communicate with each other over a ne...
Ultranationalism asked 17/9, 2010 at 9:2

1

Solved

I have been trying to get up to speed on Named Pipes this week. The task I am trying to solve with them is that I have an existing windows service that is acting as a device driver that funnels dat...
Race asked 18/6, 2010 at 0:32

2

Solved

Intro: I successfully implemented a WCF Service hosted in a Windows Service a few days ago. The community here at StackOverflow helped me with the WSDL exposure here. I thank you once again. Howev...
1

© 2022 - 2024 — McMap. All rights reserved.