nettcpbinding Questions
2
Solved
First of all, sorry, i'm not fluent.
I'm trying to figure out why my WCF services stop working when we have an environment with high calls/second rate. I'm not sure that just increasing timeout wi...
Frostbite asked 11/9, 2012 at 21:4
0
I have a .net framework app that consumes a WCF service successfully, and when i try to duplicate the settings onto my .net standard 2.0 class library - which is used by a .net core 2.1 web applica...
Commonable asked 1/11, 2018 at 10:6
3
Solved
I am totally new to this and trying to host the simplest WCF service with a net.tcp binding
I have Windows 7 Professional and IIS7 and have enabled NON http activation.
I start a new WCF Service ...
Reformed asked 8/7, 2011 at 16:16
2
Solved
This really is bugging me for a couple of hours. I created the simplest WCF service using a TCP binding.
namespace WcfTcpService
{
public class TestTcpService : ITestTcpService
{
public string ...
Cwmbran asked 26/7, 2013 at 16:2
1
Solved
I have one issue which is related with registering asp.net in IIS 10.
My environment is Windows 10, IIS 10, VS 2013 and VS 2015 installed, .NET 3.5 is a feature in Windows Features.
I want to use n...
Warble asked 23/9, 2016 at 11:8
4
Solved
We are getting this error:
System.ServiceModel.ServerTooBusyException:
The request to create a reliable
session has been refused by the RM
Destination. Server
'net.tcp://localhost:50000/' is...
Dupaix asked 10/3, 2010 at 14:17
2
Solved
How can I consume wcf service with duplex contract in Windows universal app?
I'm getting PlatformNotSupportedExcetpion: Operation is not supported on this platform. runtime exception when trying t...
Gromyko asked 15/10, 2015 at 10:47
1
I have been struggling with WCF Proxies. What is the correct way to Dispose a WCF Proxy? The answer is not trivial.
System.ServiceModel.ClientBase violates Microsoft's own Dispose-pattern
System....
Epicarp asked 12/12, 2014 at 10:14
2
Solved
First, this is not a duplicate of IEnumerable<T> as return type for WCF methods, I think I understand that the WCF architecture only allows concrete types to be transferred that can be stuffe...
Cookery asked 17/11, 2014 at 21:34
3
Solved
I have read the documentation provided at MSDN, and some other posts on this site. However, its still a bit unclear whether WCF (specifically, NetTcpBinding) will actually encrypt message contents ...
Grater asked 10/7, 2012 at 22:4
2
Solved
Implementing a web service that uses Transport-level security with WCF over HTTP is pretty easy: Enable SSL for my WCF service
Implementing a web service that uses Transport-level security with WC...
Asymptotic asked 22/6, 2011 at 18:50
5
Find the next TCP port in .Net says how to do this in raw .net, but not how to safely to this with WCF.
In my unit tests, I need to use the NetTcpBinding, I do not wish to hard code the port it is...
Synclastic asked 26/11, 2009 at 11:12
3
Solved
Please don't close as duplicate until you read the question to the end; I already googled for hours without success.
EDIT: Now I'm convinced it's related to the way WCF caches opened TCP connectio...
Voltage asked 23/12, 2013 at 18:51
1
Solved
I have a requirement to secure a streamed WCF net.tcp service endpoint using WIF. It should authenticate incoming calls against our token server. The service is streamed because it is designed to t...
Maggiore asked 19/12, 2013 at 20:54
2
Solved
I'm trying to re-write one of our old Servers using ZeroMQ, for now I have the following Server setup, (which works for Zmq requests):
using (var context = ZmqContext.Create())
using (var server...
Vanvanadate asked 18/6, 2013 at 19:4
5
Solved
I have a WCF Service hosted as Windows Service and client is an ASP.Net application consuming WCF Service methods.
In process of implementing security, I am confused over which among netTcpBinding...
Illiteracy asked 10/11, 2009 at 16:2
1
Solved
I am having some issues getting callbacks working with my netTcpBinding WCF client/server. Here is the code... any thoughts?
Service Side
contract:
using System.Runtime.Serialization;
using Syst...
Diversity asked 7/11, 2013 at 18:3
1
Solved
I installed a windows application, it uses a WCF service, I just go through the config file for WCF service with net tcp binding hosted in Windows service with the following configuration, I am won...
Vino asked 3/10, 2013 at 15:6
3
Solved
For experiments, I created a simple "Hello World" WCF service and client using .NET 4.5 on VS2012. The server is hosted on a console application and use net.tcp binding. I wrote the client code to ...
Doradorado asked 23/10, 2012 at 10:45
3
Solved
I have a WCF service that I tested by copying its interfaces to a sample client project.
Now I want to work properly by adding a service reference.
The service is hosted in windows hosting (using i...
Oceanus asked 7/3, 2013 at 12:1
2
I have a WCF service set to PerCall
I would like to know how I can send a Start call from the client to start a long running process, and send a Cancel command to cancel it
My WCF service looks s...
Bootle asked 10/3, 2013 at 17:6
2
Solved
The documentation around this topic is poor. I use WCF services with NetTcpBinding hosted in Windows service. The problem is that a session is dropped when it is inactive for some time. What I need...
Reside asked 26/5, 2010 at 8:25
2
Solved
I'm trying to build a SOA where clients can perform long running queries on the server and the server responds using a callback.
I'd like to be able to detect if the client disconnects (through us...
Cheri asked 15/9, 2009 at 15:35
0
I have a WCF webservice using a NetTcpBinding with Transport security and the clientCredientialType set to none. I have no identity specified on the endpoint using this binding. Every attempt made ...
Atmospherics asked 2/4, 2012 at 11:40
1
Solved
I have a WCF application that requires some app initialization code to fire when the app starts. Currently the code sits in my Application_Start method in global.asax.cs:
protected void Appl...
Stillman asked 9/1, 2012 at 13:20
1 Next >
© 2022 - 2024 — McMap. All rights reserved.