I noticed that 2147483647 seems to be a popular choice for maxReceivedMessageSize but is this the limit?
wcf wcf-binding netnamedpipebindingIntro: I successfully implemented a WCF Service hosted in a Windows Service a few days ago. The community here at …
wcf named-pipes service-discovery netnamedpipebindingI have many WCF services and I need to call one service from another. I decided to use netNamedPipeBinding for …
wcf wcf-binding netnamedpipebindingI am the developer of a WCF service. My test clients work very well with it. But when it comes …
.net wcf exception netnamedpipebindingI have a following configuration in my wcf service <endpoint address="" binding="netNamedPipeBinding" contract="WcfWithNamedPipe.IService1" bindingConfiguration="WcfWithNamedPipe.netNamedPipeBinding"&…
.net wcf wcf-binding named-pipes netnamedpipebindingGiven: - the application - desktop GUI (WPF) .NET app - windows service watching for application (.NET also) The windows …
wcf security winapi named-pipes netnamedpipebindingI am attempting to host a WCF net.pipe service within a Windows Service. I define the service in code, …
c# wcf netnamedpipebinding