cussion of advanced .NET topics.
[mailto:[EMAIL PROTECTED] Behalf Of Tracy Martin
Sent: Thursday, September 11, 2003 1:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [ADVANCED-DOTNET] Setting Timeout for Socket Client
Connection
At 13:22 9/11/2003, Muthuraj Velayutham wrote:
>Socket m_socClient
At 13:22 9/11/2003, Muthuraj Velayutham wrote:
Socket m_socClient = new Socket(AddressFamily.InterNetwork,
SocketType.Stream, ProtocolType.Tcp);
m_socClient.SetSocketOption(SocketOptionLevel.Socket,
SocketOptionName.ReceiveTimeout, 3)
===
This list is hosted by D
At 12:13 9/9/2003, Sean Hederman wrote:
When I run GetGroupList with Nothing in the Server Name, I get a valid
result, however when I run it with \\MACHINENAME I get a result from
NetQueryDisplayInformation of 1722, which is RPC server unavailable.
Anybody got any ideas?
I have no idea why your co