not sure if i should post this here or at the other forum.. anyway, im new in socket and network programming.... just wondering which class to use...
I will be sending file from a client to server... just want to know what classes i need to know....
Socket class has a method that send and receive data and i also read TcpClient classs has these methods also.. and both can send data to the network....
How will i know which one is appropriete or when to use socket class or tcpclient class?
what are their differences?
hope someone could explain to me the use of each and their relation if they have..
thanks!!
I will be sending file from a client to server... just want to know what classes i need to know....
Socket class has a method that send and receive data and i also read TcpClient classs has these methods also.. and both can send data to the network....
How will i know which one is appropriete or when to use socket class or tcpclient class?
what are their differences?
hope someone could explain to me the use of each and their relation if they have..
thanks!!