No announcements
Found 1193066 threads
-
0 Votes
control channel trigger with socket whose remote IP is 127.0.0.1
Hello, When use Control channel trigger API, WaitForPushEnabled, it throwed exception ...Answered | 1 Replies | 1817 Views | Created by ideastore - Monday, September 16, 2013 7:52 AM | Last reply by Dave Smits - Monday, September 16, 2013 8:05 AM -
0 Votes
Control Channel Trigger on Windows Phone 8.x ?
Control channel triggers, as demonstrated in the linked article below, should allow for continuous network operation even when the application is in ...Answered | 1 Replies | 901 Views | Created by SWDev2014 - Monday, March 9, 2015 4:57 PM | Last reply by Jamles Hez - Tuesday, March 10, 2015 3:23 AM -
0 Votes
Difference between 127.0.0.1 and machine IP(XXX.XXX.XXX.XXX)
Now, when I revert it back to "localhost", it works with my static IP as well as 127.0.0.1.Answered | 3 Replies | 5138 Views | Created by Praveen Gurrapu - Wednesday, January 7, 2009 6:06 AM | Last reply by Praveen Gurrapu - Tuesday, February 24, 2009 7:19 AM -
0 Votes
UDP sockets do receive anything.
127.0.0.1 is IPAddressAny.Answered | 15 Replies | 2828 Views | Created by madokapeng - Tuesday, February 11, 2014 8:51 PM | Last reply by madokapeng - Wednesday, February 12, 2014 9:23 PM -
0 Votes
Load Balancing Socket Connections
The Big Ip handle a type of session called Sticky session, by default this value keeps 3 minutes, after that there will be another routing and another server in the farm will get the request.Answered | 6 Replies | 13091 Views | Created by dotnetfrage - Friday, March 25, 2005 3:37 PM | Last reply by Michael Hidalgo Cr - Thursday, May 20, 2010 7:38 PM -
0 Votes
TCP/IP Sockets Comunication by user defined DLL Class
"what i missing here is how to enforce any control on the server App to display the received messages once the client thread send it" You cannot enforce this ...Answered | 4 Replies | 658 Views | Created by M.Omar.Taha - Thursday, April 2, 2015 2:52 PM | Last reply by CoolDadTx - Friday, April 3, 2015 2:17 AM -
2 Votes
Retrieving IP of request for HTTP triggered function
Clearing the IP restrictions means I can access the function over HTTP again.Answered | 4 Replies | 2549 Views | Created by AndyButland - Tuesday, April 10, 2018 7:03 AM | Last reply by AndyButland - Wednesday, April 11, 2018 8:33 AM -
0 Votes
0x80EE008D - Phone Control Channel does not exist
I realized that this exception gets triggered, when a phone number of the proxy endpoint is not recognized by the PBX.Answered | 2 Replies | 5321 Views | Created by Comandertwo - Monday, July 26, 2010 5:25 PM | Last reply by Comandertwo - Wednesday, July 28, 2010 8:38 AM -
0 Votes
SocketException when registering channel: Possible bug in .NET Remoting
How would one go about creating a connection pool for .Net remoting servers?Answered | 12 Replies | 19184 Views | Created by James Johnston - Thursday, July 20, 2006 8:38 PM | Last reply by michael.hidalgo - Tuesday, March 31, 2009 2:06 PM -
0 Votes
Synchronous socket vs. asynchronous socket - performance
I found a significant improvement in performance when using asynchronous sockets.Answered | 3 Replies | 8669 Views | Created by Hobz - Monday, December 8, 2008 6:42 AM | Last reply by Hobz - Wednesday, February 4, 2009 8:37 AM -
0 Votes
Image Transfer Problem with Sockets
public void SendData(byte[] data) { using (TcpClient client = new TcpClient()) { IPEndPoint serverEndPoint = new ...Answered | 10 Replies | 3220 Views | Created by Scubahunter - Monday, August 17, 2009 2:23 PM | Last reply by Stephen Cleary - Tuesday, August 18, 2009 1:10 PM -
0 Votes
TCP (callback) channel being faulted when IPv6 network connection gets disabled
This could be caused by an error processing your message or a receive timeout being exceeded by the remote host, or an underlying network resource issue.Answered | 4 Replies | 724 Views | Created by DSanchen - Thursday, August 3, 2017 7:07 AM | Last reply by DSanchen - Tuesday, August 8, 2017 6:00 AM -
0 Votes
OperationContext.Current.IncomingMessageProperties returning 127.0.0.1
If the client uses "localhost", then it will use the loopback address (127.0.0.1), and that's what you'll see on the server.Answered | 1 Replies | 5756 Views | Created by CCGPlayer - Friday, December 2, 2011 10:14 PM | Last reply by CarlosFigueira - Friday, December 2, 2011 11:16 PM -
0 Votes
.NET 2.0 remoting secure channel hangs, normal channel works
It's worked for me, since I registered one channel per AppDomain, the .NET Remoting "can't mix" them.Answered | 4 Replies | 4851 Views | Created by Locarno - Tuesday, May 27, 2008 2:07 PM | Last reply by Fabio Gouw - Tuesday, July 1, 2008 1:00 AM -
1 Votes
[Socket][UDP][C#] a problem
= 1024, sinceAnswered | 4 Replies | 4410 Views | Created by mad-YuRi - Saturday, January 16, 2010 1:38 AM | Last reply by mad-YuRi - Saturday, January 16, 2010 2:27 AM -
0 Votes
[UWP] StreamSocket and backgroundtask - socket closed
It’s because it would call the “socket.Answered | 4 Replies | 1018 Views | Created by JP_MSDeveloper - Thursday, July 28, 2016 7:16 AM | Last reply by Xavier Xie-MSFT - Monday, August 1, 2016 6:51 AM -
1 Votes
Disable Trigger in Remote Server
EXEC ('ALTER TABLE db.dbo.tbl DISABLE TRIGGER tri') AT SERVER Then again, disabling triggers is nothing you should do lightly.Answered | 6 Replies | 6315 Views | Created by Sanjaya Kumar Mohapatra - Friday, May 4, 2012 1:18 PM | Last reply by Erland Sommarskog - Saturday, May 5, 2012 5:24 PM -
1 Votes
Why the Client can't connect remotely with external IP?
Please notice: in Field "remote IP address" enter the dynalias name of remote routerin fields Port choose 5000field host ...Answered | 24 Replies | 7118 Views | Created by Hell-Zerg - Sunday, April 1, 2012 6:26 PM | Last reply by Ellen Ramcke - Friday, April 13, 2012 5:44 PM -
0 Votes
Socket server
For more information about the Socket Class, please visit: http://msdn.microsoft.com/en-us/library/system.net.sockets.socket.aspx If you wanted a sample about the ...Answered | 6 Replies | 4364 Views | Created by AJ Ravindiran - Saturday, June 20, 2009 2:41 AM | Last reply by liurong luo - Tuesday, June 23, 2009 6:02 AM -
0 Votes
Visual Studio 2010 Load Test - Socket Exception when IP Switching enabled
So this makes me believe that since the NIC has a static IP, I need a secondary NIC (or dynamically assigned IP to NIC#1).Answered | 4 Replies | 1782 Views | Created by Roland G29 - Tuesday, May 14, 2013 4:59 AM | Last reply by Roland G29 - Thursday, May 16, 2013 2:26 PM - Items 1 to 20 of 1193066 Next ›
No announcements