WriteLine("Sending {0} to the host.", fileName); client.SendFile(fileName); // Release the socket. client.Shutdown(SocketShutdown.Both); client.Close(); ...
確定! 回上一頁