No announcements
Found 159201 threads
-
0 Votes
WCF NetTcpBinding and ISA Proxy
Hello, actually for ISA, as long as the client machine installs ISA client and lets ISA client to configure proxy server automatically, all network traffic ...Answered | 5 Replies | 4387 Views | Created by Roger NZ - Thursday, July 14, 2011 12:40 AM | Last reply by Roger NZ - Monday, July 18, 2011 2:50 AM -
1 Votes
Proxy for WCF service with NetTcpBinding
WCF netTCpBinding is just an wrapper class over basic socket communication, i never tried to connect the Client to server over proxy connection, but here ...Answered | 9 Replies | 14792 Views | Created by norilka - Friday, February 5, 2010 7:12 PM | Last reply by Swpnil Vyas - Friday, December 26, 2014 6:37 AM -
0 Votes
how to set proxy for nettcpbinding
Hi all, now, 6 years later, has NetTcpBinding support for proxies??Answered | 2 Replies | 4574 Views | Created by Zhisheng Huang - Sunday, November 9, 2008 5:50 AM | Last reply by AlexVCG - Thursday, April 24, 2014 10:47 AM -
0 Votes
WCF netTcpBinding not supported in Smart Device Development
Now i am sure that we can't use netTcpBinding in mobile apps. i wish to use this for best performance.Answered | 2 Replies | 4833 Views | Created by Professor Corrie - Wednesday, March 24, 2010 6:24 AM | Last reply by Professor Corrie - Saturday, March 27, 2010 6:41 AM -
0 Votes
WCF NETTcpBinding Channel caching
Hello, NetTcpBinding indeed uses polling mechanism.Answered | 1 Replies | 5058 Views | Created by uhclstudent - Friday, December 31, 2010 2:25 PM | Last reply by Ladislav Mrnka - Friday, December 31, 2010 4:18 PM -
0 Votes
WCF Dynamic proxy for net.tcp
Hi Gaurang, I think you have not modified the binding information from "WSHttpBinding" to "NetTcpBinding" when ...Answered | 4 Replies | 6942 Views | Created by salihb - Wednesday, September 30, 2009 6:34 PM | Last reply by Mallikarjun B - Wednesday, May 4, 2011 9:26 AM -
0 Votes
WCF Windows Service Using NetTCPbinding
Here i have one console app and WCF service on same machine then same wcf service is hosted on another wcf service using nettcpbinding.Answered | 12 Replies | 3402 Views | Created by sanjaytdc - Tuesday, February 28, 2017 11:56 AM | Last reply by Edward8520 - Monday, March 6, 2017 5:40 AM -
0 Votes
NetTcpBinding and WCF client console application
Hi Tregos, In order to use netTCPBinding you can configure IIS to use Windows Application Services (WAS).Answered | 2 Replies | 1054 Views | Created by tregos23 - Monday, September 12, 2016 6:23 PM | Last reply by Alan S - Thursday, September 15, 2016 7:34 AM -
0 Votes
wcf service and netTcpBinding ... low performance
I created a wcf service which is hosted in win services and implements the method add (add two numbers) calculator examples of msdn.Answered | 2 Replies | 3546 Views | Created by Dedyshka - Wednesday, July 29, 2009 5:37 AM | Last reply by Dedyshka - Wednesday, July 29, 2009 8:09 AM -
0 Votes
Problem with proxy authentication using WCF service
Using a WCF proxy through an ISA proxy server ...Answered | 2 Replies | 3723 Views | Created by sambomartin - Friday, August 21, 2009 9:40 AM | Last reply by sambomartin - Thursday, September 17, 2009 8:06 AM -
1 Votes
Using NetTcpBinding to communicate with non-WCF clients
The specification for the protocols used by the NetTcpBinding are public (under http://msdn.microsoft.com/en-us/library/cc216513(v=PROT.10).aspx there are ...Answered | 2 Replies | 3282 Views | Created by KlemS100 - Monday, November 15, 2010 11:37 PM | Last reply by KlemS100 - Tuesday, November 16, 2010 7:22 PM -
0 Votes
NetTcpBinding over internet
In WCF, polling has lower overhead than callbacks, too (whereas in most non-remoting communication architectures, polling has a higher overhead than notifications).Answered | 5 Replies | 7369 Views | Created by Pietert - Saturday, November 14, 2009 4:02 PM | Last reply by Kiran Khambete (CTS) - Wednesday, July 27, 2011 5:57 PM -
0 Votes
WCF : in netTcpBinding do we need to use keepalive message
Besides, the following threads may give your some idea: #Does WCF NetTcpBinding provide a persistent ...Answered | 4 Replies | 5413 Views | Created by Prabhakar26 - Monday, December 1, 2014 7:06 AM | Last reply by Prabhakar26 - Friday, January 9, 2015 9:35 AM -
3 Votes
How to host a WCF service in IIS 7.5 using netTcpBinding?
In your WCF service web.config file you should have mex endpoint.Answered | 3 Replies | 7765 Views | Created by Alexey Tikhonov - Thursday, December 9, 2010 12:39 PM | Last reply by Shailendra Saxena - Tuesday, May 15, 2012 1:11 PM -
1 Votes
NettcpBinding wcf - how to improve the time of detect faulted
Besides, after we configure the nettcpbinding, please make sure that we have applied it to the endpoint by setting the bindingConfiguration property as following.Answered | 2 Replies | 715 Views | Created by DavidMichaeli - Sunday, February 7, 2016 7:42 PM | Last reply by DavidMichaeli - Wednesday, February 17, 2016 8:26 AM -
0 Votes
WCF and proxy firewall troubles
In a WCF client proxy is there a way of setting credentials that respond to a 401 error?Answered | 15 Replies | 11084 Views | Created by raptorSW - Thursday, July 16, 2009 2:41 PM | Last reply by stadelma - Monday, February 24, 2014 9:26 AM -
0 Votes
How to secure WCF proxy
i want to secure wcf proxy creation url. if anyone know the proxy url then from VS IDE they can add web reference to create proxy but i want when they will create ...Answered | 3 Replies | 665 Views | Created by Mou_kolkata - Sunday, December 11, 2016 7:29 PM | Last reply by Edward8520 - Wednesday, December 14, 2016 7:43 AM -
2 Votes
What is the proxy for in WCF?
This is the purpose of a proxy - the proxy acts as a simplfied gateway into a whole bunch of complex networking stack that I don't have to get involved with.Answered | 1 Replies | 3432 Views | Created by vasco1610 - Monday, June 15, 2009 11:01 AM | Last reply by Richard Blewett - Monday, June 15, 2009 11:07 AM -
1 Votes
NetTcpBinding - Where is the 10 minute timeout coming from?
<netTcpBinding> <binding ...Answered | 2 Replies | 6945 Views | Created by Paul Touzel2 - Wednesday, October 6, 2010 9:12 AM | Last reply by Pankaj Badoni - Friday, October 8, 2010 5:00 PM -
0 Votes
Using netTCPBinding and BasicHttpBinding together
Answered | 4 Replies | 6164 Views | Created by kunal1982 - Thursday, December 3, 2009 2:37 PM | Last reply by KunalUppal - Monday, December 7, 2009 8:14 AM - Items 1 to 20 of 159201 Next ›
No announcements