473,395 Members | 1,678 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

SocketOptionName MaxConnections problem

After calling mySocket.Bind(someEndpoint) to an IP endpoint I immediately
attempt to get the MaxConnections allowed through
mySocket.GetSocketOption(System.Net.Sockets.Socket OptionLevel.Socket,System.Net.Sockets.SocketOption Name.MaxConnections)
and a socket exception is thrown. Is this a bug in the .NET 1.1 framework,
or is there something I do not understand in this call ?
Nov 22 '05 #1
0 1720

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: Nathan Kerr | last post by:
I have been working with KB Article 812404 "HOW TO: Write Pluggable Protocol to Supprot FTP in Managed Classes by Using Visual Bassic.NET". I have modified the code to run on a Pocket PC. In the...
0
by: Ivar | last post by:
Hi, Is SocketOptionName.ReciveTimeout usable with asyncronous socket methods ? With Recive method it works but BeginRecive can't get it working.
0
by: Edward Diener | last post by:
After calling mySocket.Bind(someEndpoint) to an IP endpoint I immediately attempt to get the MaxConnections allowed through...
3
by: PHLICS_Admin | last post by:
Hi All, Following code is used to set multicast interface : IPAddress ipLan = IPAddress.Parse("..."); int iIP = (int)(ipLan.Address) ; ...
0
by: Michi Henning | last post by:
The help page for SocketOptionName says, toward the end: "Example The following example uses the Linger enumerated value to set the linger time of the Socket." However, the example does not...
0
by: Michi Henning | last post by:
The C# doc lists all the available SocketOptionName enumerators (on the SocketOptionName help page), but there doesn't appear to be a list of which option goes with what socket option level. It...
0
by: Kevin | last post by:
Hi, How can you set up the timeout values of the KeepAlive Socket option like you do using WSAIoctl and SIO_KEEPALIVE_VALS using C++ ? Searching about this I found several post of people using...
3
by: Ryan Liu | last post by:
Hi, I use Server: Use an endless thread to lisiten to clients requests: while(true) { TcpClient client = myListener.AcceptTcpClient();
3
by: Ryan Liu | last post by:
Hi, SocketOptionName.KeepAlive is a bool or an int value? Is it "belongs to" SocketOptionLevel.Socket? What does value 0 means? Is that meaning always "keep alive", or never "send...
4
by: MattC | last post by:
I've written an HTTPHandler that implements IHttpAsyncHandler. This handler makes a call to a webservice that will send back a byte to be sent back to the webrowser as an image. I've set the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.