Udpclient is a .net object
IPEndPoint is a .net object
UDPState is a class
ar.asyncstate is just a async operation that holds something or i have no clue
C#
UdpClient u = (UdpClient)((UdpSta...
http://www.experts-exchange.com/Programming/Languages/.NET/Q_21868961.html
Zones:
.NETDate Answered: 05/30/2006 Rating: 9.8 Views: 0
I keep getting this error but there are no other processes running:
"The process cannot access the file 'C:\0913.txt' because it is being used by another process."
What's wrong with this function...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_22825327.html
Zones:
C#Date Answered: 09/13/2007 Rating: 8.8 Views: 0
Hi all, coding C# in VS.NET 2005
I'm using the following code.
-----
// Receive a message and write it to the console.
UdpClient u = new UdpClient(m_ipEndPoint);
UdpState s = new UdpState(...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_22606865.html