SocketOptionName MaxConnections problem

  • Thread starter Thread starter Edward Diener
  • Start date Start date
E

Edward Diener

After calling mySocket.Bind(someEndpoint) to an IP endpoint I immediately
attempt to get the MaxConnections allowed through
mySocket.GetSocketOption(System.Net.Sockets.SocketOptionLevel.Socket,System.Net.Sockets.SocketOptionName.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 ?
 
Back
Top